Package sklearn
Class ScalarLabelUtil
- java.lang.Object
-
- sklearn.ScalarLabelUtil
-
public class ScalarLabelUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.dmg.pmml.OpTypegetOpType(org.jpmml.converter.ScalarLabel scalarLabel)static org.jpmml.converter.FeaturetoFeature(org.jpmml.converter.ScalarLabel scalarLabel, org.dmg.pmml.Field<?> field, org.jpmml.converter.PMMLEncoder encoder)static org.jpmml.converter.FeaturetoFeature(org.jpmml.converter.ScalarLabel scalarLabel, org.jpmml.converter.PMMLEncoder encoder)
-
-
-
Method Detail
-
getOpType
public static org.dmg.pmml.OpType getOpType(org.jpmml.converter.ScalarLabel scalarLabel)
-
toFeature
public static org.jpmml.converter.Feature toFeature(org.jpmml.converter.ScalarLabel scalarLabel, org.jpmml.converter.PMMLEncoder encoder)
-
toFeature
public static org.jpmml.converter.Feature toFeature(org.jpmml.converter.ScalarLabel scalarLabel, org.dmg.pmml.Field<?> field, org.jpmml.converter.PMMLEncoder encoder)
-
-