Package weka.classifiers.functions.neural
|
Interface Summary |
| NeuralMethod |
This is an interface used to create classes that can be used by the
neuralnode to perform all it's computations. |
|
Class Summary |
| LinearUnit |
This can be used by the
neuralnode to perform all it's computations (as a Linear unit). |
| NeuralConnection |
Abstract unit in a NeuralNetwork. |
| NeuralNode |
This class is used to represent a node in the neuralnet. |
| SigmoidUnit |
This can be used by the
neuralnode to perform all it's computations (as a sigmoid unit). |
Copyright (c)
2003 David Lindsay, Computer Learning Research Centre, Dept. Computer Science, Royal Holloway, University of London