| Package | Description |
|---|---|
| weka.classifiers.functions.neural |
| Modifier and Type | Class and Description |
|---|---|
class |
NeuralNode
This class is used to represent a node in the neuralnet.
|
| Modifier and Type | Method and Description |
|---|---|
NeuralConnection[] |
NeuralConnection.getInputs()
Use this to get easy access to the inputs.
|
NeuralConnection[] |
NeuralConnection.getOutputs()
Use this to get easy access to the outputs.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
NeuralConnection.connect(NeuralConnection s,
NeuralConnection t)
Connects two units together.
|
static boolean |
NeuralConnection.disconnect(NeuralConnection s,
NeuralConnection t)
Disconnects two units.
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.