weka.classifiers.functions.neural |
|
Java Source File Name | Type | Comment |
LinearUnit.java | Class | This can be used by the
neuralnode to perform all it's computations (as a Linear unit). |
NeuralConnection.java | Class | Abstract unit in a NeuralNetwork. |
NeuralMethod.java | Interface | This is an interface used to create classes that can be used by the
neuralnode to perform all it's computations. |
NeuralNode.java | Class | This class is used to represent a node in the neuralnet. |
SigmoidUnit.java | Class | This can be used by the
neuralnode to perform all it's computations (as a sigmoid unit). |