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