Package | Description |
---|---|
weka.classifiers.functions.neural |
Modifier and Type | Class and Description |
---|---|
class |
LinearUnit
This can be used by the
neuralnode to perform all it's computations (as a Linear unit).
|
class |
SigmoidUnit
This can be used by the
neuralnode to perform all it's computations (as a sigmoid unit).
|
Modifier and Type | Method and Description |
---|---|
NeuralMethod |
NeuralNode.getMethod() |
Modifier and Type | Method and Description |
---|---|
void |
NeuralNode.setMethod(NeuralMethod m)
Set how this node should operate (note that the neural method has no
internal state, so the same object can be used by any number of nodes.
|
Constructor and Description |
---|
NeuralNode(String id,
Random r,
NeuralMethod m) |
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.