com.imsl.datamining.neural
Class OutputPerceptron
java.lang.Object
com.imsl.datamining.neural.Node
com.imsl.datamining.neural.Perceptron
com.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.Node |
getLayer |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
Copyright 1970-2006 Visual Numerics, Inc.
Built June 1 2006.