Uses of Package
weka.classifiers.functions

Packages that use weka.classifiers.functions
weka.classifiers.functions   
weka.classifiers.trees.lmt   
 

Classes in weka.classifiers.functions used by weka.classifiers.functions
LinearRegression
          Class for using linear regression for prediction.
Logistic
          Second implementation for building and using a multinomial logistic regression model with a ridge estimator.
MultilayerPerceptron.ControlPanel
          This provides the basic controls for working with the neuralnetwork
MultilayerPerceptron.NeuralEnd
          This inner class is used to connect the nodes in the network up to the data that they are classifying, Note that objects of this class are only suitable to go on the attribute side or class side of the network and not both.
MultilayerPerceptron.NodePanel
          Inner class used to draw the nodes onto.
SMO.BinarySMO
          Class for building a binary support vector machine.
 

Classes in weka.classifiers.functions used by weka.classifiers.trees.lmt
SimpleLinearRegression
          Class for learning a simple linear regression model.