Uses of Class
weka.classifiers.functions.LinearRegressionJ
-
Packages that use LinearRegressionJ Package Description weka.attributeSelection weka.classifiers.trees weka.core -
-
Uses of LinearRegressionJ in weka.attributeSelection
Fields in weka.attributeSelection declared as LinearRegressionJ Modifier and Type Field Description protected LinearRegressionJ
LinearRegressionAttributeEval. m_Model
the underlying model. -
Uses of LinearRegressionJ in weka.classifiers.trees
Fields in weka.classifiers.trees declared as LinearRegressionJ Modifier and Type Field Description protected LinearRegressionJ
RandomRegressionForest.Node. m_LinearReg
-
Uses of LinearRegressionJ in weka.core
Fields in weka.core declared as LinearRegressionJ Modifier and Type Field Description protected LinearRegressionJ
WeightedEuclideanDistance. m_LR
protected LinearRegressionJ
WeightedEuclideanDistanceRidge. m_LR
-