public final class RDFPMMLUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static Pair<DecisionForest,CategoricalValueEncodings> |
read(org.dmg.pmml.PMML pmml) |
static void |
validatePMMLVsSchema(org.dmg.pmml.PMML pmml,
InputSchema schema)
Validates that the encoded PMML model received matches expected schema.
|
public static void validatePMMLVsSchema(org.dmg.pmml.PMML pmml,
InputSchema schema)
pmml - PMML encoding of a decision forestschema - expected schema attributes of decision forestpublic static Pair<DecisionForest,CategoricalValueEncodings> read(org.dmg.pmml.PMML pmml)
pmml - PMML representation of decision forestDecisionForest representation of the PMML encoded modelCopyright © 2014–2018. All rights reserved.