Uses of Class
weka.classifiers.functions.neural.NeuralConnection

Packages that use NeuralConnection
weka.classifiers.functions.neural   
 

Uses of NeuralConnection in weka.classifiers.functions.neural
 

Subclasses of NeuralConnection in weka.classifiers.functions.neural
 class NeuralNode
          This class is used to represent a node in the neuralnet.
 

Methods in weka.classifiers.functions.neural that return NeuralConnection
 NeuralConnection[] NeuralConnection.getInputs()
          Use this to get easy access to the inputs.
 NeuralConnection[] NeuralConnection.getOutputs()
          Use this to get easy access to the outputs.
 

Methods in weka.classifiers.functions.neural with parameters of type NeuralConnection
static boolean NeuralConnection.connect(NeuralConnection s, NeuralConnection t)
          Connects two units together.
static boolean NeuralConnection.disconnect(NeuralConnection s, NeuralConnection t)
          Disconnects two units.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.