Uses of Class
org.apache.wayang.basic.operators.PredictOperator
-
Packages that use PredictOperator Package Description org.apache.wayang.basic.operators org.apache.wayang.spark.operators.ml org.apache.wayang.tensorflow.operators -
-
Uses of PredictOperator in org.apache.wayang.basic.operators
Methods in org.apache.wayang.basic.operators that return PredictOperator Modifier and Type Method Description static PredictOperator<double[],java.lang.Integer>PredictOperators. decisionTreeClassification()static PredictOperator<double[],java.lang.Integer>PredictOperators. kMeans()static PredictOperator<double[],java.lang.Double>PredictOperators. linearRegression()Constructors in org.apache.wayang.basic.operators with parameters of type PredictOperator Constructor Description PredictOperator(PredictOperator<X,Y> that) -
Uses of PredictOperator in org.apache.wayang.spark.operators.ml
Subclasses of PredictOperator in org.apache.wayang.spark.operators.ml Modifier and Type Class Description classSparkPredictOperator<X,Y>Constructors in org.apache.wayang.spark.operators.ml with parameters of type PredictOperator Constructor Description SparkPredictOperator(PredictOperator<X,Y> that) -
Uses of PredictOperator in org.apache.wayang.tensorflow.operators
Subclasses of PredictOperator in org.apache.wayang.tensorflow.operators Modifier and Type Class Description classTensorflowPredictOperatorConstructors in org.apache.wayang.tensorflow.operators with parameters of type PredictOperator Constructor Description TensorflowPredictOperator(PredictOperator<org.tensorflow.ndarray.NdArray<?>,org.tensorflow.ndarray.NdArray<?>> that)
-