Class PredictOperator<X,Y>

All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, Operator
Direct Known Subclasses:
SparkPredictOperator, TensorflowPredictOperator

public class PredictOperator<X,Y> extends BinaryToUnaryOperator<Model,X,Y>
See Also:
  • Constructor Details

    • PredictOperator

      public PredictOperator(DataSetType<X> inType, DataSetType<Y> outType)
    • PredictOperator

      public PredictOperator(Class<X> inType, Class<Y> outType)
    • PredictOperator

      public PredictOperator(com.fasterxml.jackson.core.type.TypeReference<X> inType, com.fasterxml.jackson.core.type.TypeReference<Y> outType)
    • PredictOperator

      public PredictOperator(PredictOperator<X,Y> that)