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 List<?>getOrdering()
-
-
-
Method Detail
-
getOpType
org.dmg.pmml.OpType getOpType()
-
getDataType
org.dmg.pmml.DataType getDataType()
-
getOrdering
default List<?> getOrdering()
-
-