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 TypeClassDescriptionclassThis 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 booleanNeuralConnection.connect(NeuralConnection s, NeuralConnection t) Connects two units together.static booleanNeuralConnection.disconnect(NeuralConnection s, NeuralConnection t) Disconnects two units.