Package org.jpmml.evaluator
Interface TypeInfo
-
- All Known Subinterfaces:
InputTypeInfo
- All Known Implementing Classes:
CategoricalValue,CollectionValue,ContinuousValue,DiscreteValue,FieldValue,OrdinalValue,ScalarValue,SimpleTypeInfo
public interface TypeInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description org.dmg.pmml.DataTypegetDataType()org.dmg.pmml.OpTypegetOpType()default java.util.List<?>getOrdering()
-