Uses of Class
weka.classifiers.functions.neural.NeuralConnection
-
Uses of NeuralConnection in weka.classifiers.functions.neural
Modifier and TypeClassDescriptionclass
This class is used to represent a node in the neuralnet.Modifier and TypeMethodDescriptionNeuralConnection.getInputs()
Use this to get easy access to the inputs.NeuralConnection.getOutputs()
Use this to get easy access to the outputs.Modifier and TypeMethodDescriptionstatic boolean
NeuralConnection.connect
(NeuralConnection s, NeuralConnection t) Connects two units together.static boolean
NeuralConnection.disconnect
(NeuralConnection s, NeuralConnection t) Disconnects two units.