Class PredictOperators
- java.lang.Object
-
- org.apache.wayang.basic.operators.PredictOperators
-
public class PredictOperators extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PredictOperators()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PredictOperator<double[],java.lang.Integer>
decisionTreeClassification()
static PredictOperator<double[],java.lang.Integer>
kMeans()
static PredictOperator<double[],java.lang.Double>
linearRegression()
-
-
-
Method Detail
-
kMeans
public static PredictOperator<double[],java.lang.Integer> kMeans()
-
linearRegression
public static PredictOperator<double[],java.lang.Double> linearRegression()
-
decisionTreeClassification
public static PredictOperator<double[],java.lang.Integer> decisionTreeClassification()
-
-