B C G L M R S T W

B

buildClassifier(Instances) - Method in class weka.classifiers.functions.LeastMedSq
Build lms regression

C

classifyInstance(Instance) - Method in class weka.classifiers.functions.LeastMedSq
Classify a given instance using the best generated LinearRegression Classifier.
combinations(int, int) - Static method in class weka.classifiers.functions.LeastMedSq
Produces the combination nCr

G

getCapabilities() - Method in class weka.classifiers.functions.LeastMedSq
Returns default capabilities of the classifier.
getDebug() - Method in class weka.classifiers.functions.LeastMedSq
Returns whether or not debugging output shouild be printed
getOptions() - Method in class weka.classifiers.functions.LeastMedSq
Gets the current option settings for the OptionHandler.
getRandomSeed() - Method in class weka.classifiers.functions.LeastMedSq
get the seed for the random number generator
getRevision() - Method in class weka.classifiers.functions.LeastMedSq
Returns the revision string.
getSampleSize() - Method in class weka.classifiers.functions.LeastMedSq
gets number of samples
getTechnicalInformation() - Method in class weka.classifiers.functions.LeastMedSq
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
globalInfo() - Method in class weka.classifiers.functions.LeastMedSq
Returns a string describing this classifier

L

LeastMedSq - Class in weka.classifiers.functions
Implements a least median sqaured linear regression utilising the existing weka LinearRegression class to form predictions.
LeastMedSq() - Constructor for class weka.classifiers.functions.LeastMedSq
 
listOptions() - Method in class weka.classifiers.functions.LeastMedSq
Returns an enumeration of all the available options..

M

main(String[]) - Static method in class weka.classifiers.functions.LeastMedSq
generate a Linear regression predictor for testing

R

randomSeedTipText() - Method in class weka.classifiers.functions.LeastMedSq
Returns the tip text for this property

S

sampleSizeTipText() - Method in class weka.classifiers.functions.LeastMedSq
Returns the tip text for this property
setDebug(boolean) - Method in class weka.classifiers.functions.LeastMedSq
sets whether or not debugging output shouild be printed
setOptions(String[]) - Method in class weka.classifiers.functions.LeastMedSq
Sets the OptionHandler's options using the given list.
setRandomSeed(long) - Method in class weka.classifiers.functions.LeastMedSq
Set the seed for the random number generator
setSampleSize(int) - Method in class weka.classifiers.functions.LeastMedSq
sets number of samples

T

toString() - Method in class weka.classifiers.functions.LeastMedSq
Returns a string representing the best LinearRegression classifier found.

W

weka.classifiers.functions - package weka.classifiers.functions
 

B C G L M R S T W