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 LinearRegressionJLinearRegressionAttributeEval. m_Modelthe underlying model. -
Uses of LinearRegressionJ in weka.classifiers.trees
Fields in weka.classifiers.trees declared as LinearRegressionJ Modifier and Type Field Description protected LinearRegressionJRandomRegressionForest.Node. m_LinearReg -
Uses of LinearRegressionJ in weka.core
Fields in weka.core declared as LinearRegressionJ Modifier and Type Field Description protected LinearRegressionJWeightedEuclideanDistance. m_LRprotected LinearRegressionJWeightedEuclideanDistanceRidge. m_LR
-