JMSLTM Numerical Library 4.0

com.imsl.datamining.neural
Class OutputPerceptron

java.lang.Object
  extended bycom.imsl.datamining.neural.Node
      extended bycom.imsl.datamining.neural.Perceptron
          extended bycom.imsl.datamining.neural.OutputPerceptron
All Implemented Interfaces:
Serializable

public class OutputPerceptron
extends Perceptron

A Perceptron in the output layer. OutputPerceptrons are created by factory methods in Outputlayer.

OutputPerceptrons are not created directly. Instead factory methods in OutputLayer are used to create OutputPerceptrons within the OutputLayer. For example, OutputLayer.createPerceptron() creates a single OutputPerceptron.

See Also:
OutputLayer, Serialized Form

Method Summary
 double getValue()
          Returns the value of the output perceptron determined using the current network state and inputs.
 
Methods inherited from class com.imsl.datamining.neural.Perceptron
getActivation, getBias, setActivation, setBias
 
Methods inherited from class com.imsl.datamining.neural.Node
getLayer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue

public double getValue()
Returns the value of the output perceptron determined using the current network state and inputs.

Returns:
A double value of the output perceptron determined using the current network state and inputs.

JMSLTM Numerical Library 4.0

Copyright 1970-2006 Visual Numerics, Inc.
Built June 1 2006.