Package sklearn.preprocessing
Class OrdinalFeature
- java.lang.Object
-
- org.jpmml.converter.Feature
-
- org.jpmml.converter.CategoricalFeature
-
- sklearn.preprocessing.OrdinalFeature
-
public abstract class OrdinalFeature extends org.jpmml.converter.CategoricalFeature
-
-
Constructor Summary
Constructors Constructor Description OrdinalFeature(org.jpmml.converter.PMMLEncoder encoder, String name, org.dmg.pmml.DataType dataType, List<?> values)OrdinalFeature(org.jpmml.converter.PMMLEncoder encoder, org.dmg.pmml.Field<?> field, List<?> values)OrdinalFeature(org.jpmml.converter.PMMLEncoder encoder, org.jpmml.converter.Feature feature, List<?> values)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract org.jpmml.converter.IndexFeaturegetEncodedFeature()org.jpmml.converter.ContinuousFeaturetoContinuousFeature()-
Methods inherited from class org.jpmml.converter.CategoricalFeature
equals, getValue, getValues, hashCode, size
-
-