Package org.apache.spark.ml.feature
Class TargetEncoderModel.Data$
Object
scala.runtime.AbstractFunction4<Object,double[],double[],double[],org.apache.spark.ml.feature.TargetEncoderModel.Data>
org.apache.spark.ml.feature.TargetEncoderModel.Data$
- All Implemented Interfaces:
Serializable
,scala.Function4<Object,
double[], double[], double[], org.apache.spark.ml.feature.TargetEncoderModel.Data>
- Enclosing class:
- TargetEncoderModel
public static class TargetEncoderModel.Data$
extends scala.runtime.AbstractFunction4<Object,double[],double[],double[],org.apache.spark.ml.feature.TargetEncoderModel.Data>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TargetEncoderModel.Data$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class scala.runtime.AbstractFunction4
curried, toString, tupled
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Function4
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Data$
public Data$()
-