Uses of Class
org.apache.wayang.basic.operators.PredictOperator
Packages that use PredictOperator
Package
Description
-
Uses of PredictOperator in org.apache.wayang.basic.operators
Methods in org.apache.wayang.basic.operators that return PredictOperatorModifier and TypeMethodDescriptionstatic PredictOperator<double[],Integer> PredictOperators.decisionTreeClassification()static PredictOperator<double[],Integer> PredictOperators.kMeans()static PredictOperator<double[],Double> PredictOperators.linearRegression()static PredictOperator<double[],Double> PredictOperators.logisticRegression()Constructors in org.apache.wayang.basic.operators with parameters of type PredictOperator -
Uses of PredictOperator in org.apache.wayang.spark.operators.ml
Subclasses of PredictOperator in org.apache.wayang.spark.operators.mlConstructors in org.apache.wayang.spark.operators.ml with parameters of type PredictOperator -
Uses of PredictOperator in org.apache.wayang.tensorflow.operators
Subclasses of PredictOperator in org.apache.wayang.tensorflow.operatorsConstructors in org.apache.wayang.tensorflow.operators with parameters of type PredictOperatorModifierConstructorDescriptionTensorflowPredictOperator(PredictOperator<org.tensorflow.ndarray.NdArray<?>, org.tensorflow.ndarray.NdArray<?>> that)