JMSLTM Numerical Library 6.0

com.imsl.datamining.neural
Class OutputPerceptron

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

public class OutputPerceptron
extends Perceptron

A Perceptron in the OutputLayer. 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 OutputPerceptron 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 OutputPerceptron determined using the current network state and inputs.

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

JMSLTM Numerical Library 6.0

Copyright © 1970-2009 Visual Numerics, Inc.
Built September 1 2009.