java.lang.Object
com.pervasive.datarush.analytics.pmml.ModelExplanation
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate an empty NodelExplanation to be initialized by parse(Element) -
Method Summary
Modifier and TypeMethodDescriptionvoidInitialize from a PMML element if that element is a ModelExplanation.voidsetModelQuality(ModelQuality modelQuality) void
-
Field Details
-
ELEM_THIS
- See Also:
-
-
Constructor Details
-
ModelExplanation
public ModelExplanation()Create an empty NodelExplanation to be initialized by parse(Element)
-
-
Method Details
-
parse
Initialize from a PMML element if that element is a ModelExplanation. Does nothing if the element is not a ModelExplanation- Parameters:
toParse-- Throws:
InvalidPMMLException- if the element is not a valid PMML 4.0.1 ModelExplanation
-
setModelQuality
-
getModelQuality
-
toPMML
-