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 SummaryFieldsModifier and TypeFieldDescriptionstatic final TargetEncoderModel.Data$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class scala.runtime.AbstractFunction4curried, toString, tupledMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Function4apply
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
Data$public Data$()
 
-