Uses of Package
weka.classifiers.functions.neural

Packages that use weka.classifiers.functions.neural
weka.classifiers.functions   
weka.classifiers.functions.neural   
 

Classes in weka.classifiers.functions.neural used by weka.classifiers.functions
LinearUnit
          This can be used by the neuralnode to perform all it's computations (as a Linear unit).
NeuralConnection
          Abstract unit in a NeuralNetwork.
SigmoidUnit
          This can be used by the neuralnode to perform all it's computations (as a sigmoid unit).
 

Classes in weka.classifiers.functions.neural used by weka.classifiers.functions.neural
NeuralConnection
          Abstract unit in a NeuralNetwork.
NeuralMethod
          This is an interface used to create classes that can be used by the neuralnode to perform all it's computations.
NeuralNode
          This class is used to represent a node in the neuralnet.