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 OutputLayer
.
OutputPerceptron
s are created by factory methods
in Outputlayer
.
OutputPerceptron
s are not created directly.
Instead factory methods in OutputLayer
are
used to create OutputPerceptron
s 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 OutputPerceptron
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
OutputPerceptron
determined using the current network state and inputs.
- Returns:
- A
double
value of the OutputPerceptron
determined using the current network state and inputs.
Copyright © 1970-2008 Visual Numerics, Inc.
Built July 8 2008.