PMML4DataType |
PMML4DataFactory.copy(PMML4Data source) |
PMML4DataType |
PMML4DataFactory.newPMML4Data(String correlationId,
ParameterInfo parameterInfo) |
PMML4DataType |
PMML4DataFactory.newPMML4Data(String correlationId,
ParameterInfo parameterInfo,
Boolean valid,
Boolean missing) |
PMML4DataType |
PMML4DataFactory.newPMML4Data(String correlationId,
ParameterInfo parameterInfo,
Double weight) |
PMML4DataType |
PMML4DataFactory.newPMML4Data(String correlationId,
ParameterInfo parameterInfo,
Double weight,
Boolean valid,
Boolean missing) |
<T> PMML4DataType |
PMML4DataFactory.newPMML4Data(String correlationId,
String name,
String context,
String displayName,
Class<T> clazz,
T value,
Double weight,
Boolean valid,
Boolean missing) |