| Package | Description |
|---|---|
| org.jpmml.evaluator |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InputTypeInfo |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoricalValue |
class |
CollectionValue |
class |
ContinuousValue |
class |
DiscreteValue |
class |
FieldValue
A field value representation that meets the requirements of PMML type system.
|
class |
OrdinalValue |
class |
ScalarValue |
class |
SimpleTypeInfo |
| Modifier and Type | Field and Description |
|---|---|
static TypeInfo |
TypeInfos.CATEGORICAL_BOOLEAN |
static TypeInfo |
TypeInfos.CATEGORICAL_DOUBLE |
static TypeInfo |
TypeInfos.CATEGORICAL_FLOAT |
static TypeInfo |
TypeInfos.CATEGORICAL_INTEGER |
static TypeInfo |
TypeInfos.CATEGORICAL_STRING |
static TypeInfo |
TypeInfos.CONTINUOUS_DOUBLE |
static TypeInfo |
TypeInfos.CONTINUOUS_FLOAT |
static TypeInfo |
TypeInfos.CONTINUOUS_INTEGER |
static TypeInfo |
TypeInfos.ORDINAL_STRING |
| Modifier and Type | Method and Description |
|---|---|
FieldValue |
FieldValue.cast(TypeInfo typeInfo) |
static FieldValue |
FieldValueUtil.create(TypeInfo typeInfo,
Object value) |
static FieldValue |
FieldValue.create(TypeInfo typeInfo,
Object value) |
Copyright © 2021. All rights reserved.