Class TreeCompilationDTO
- java.lang.Object
-
- org.kie.pmml.compiler.commons.dto.AbstractSpecificCompilationDTO<org.dmg.pmml.tree.TreeModel>
-
- org.kie.pmml.models.tree.compiler.dto.TreeCompilationDTO
-
- All Implemented Interfaces:
java.io.Serializable,org.kie.pmml.compiler.api.dto.CompilationDTO<org.dmg.pmml.tree.TreeModel>
public class TreeCompilationDTO extends org.kie.pmml.compiler.commons.dto.AbstractSpecificCompilationDTO<org.dmg.pmml.tree.TreeModel>- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TreeCompilationDTOfromCompilationDTO(org.kie.pmml.compiler.api.dto.CompilationDTO<org.dmg.pmml.tree.TreeModel> source)Builder that use givenCommonCompilationDTOjava.lang.DoublegetMissingValuePenalty()org.dmg.pmml.tree.NodegetNode()-
Methods inherited from class org.kie.pmml.compiler.commons.dto.AbstractSpecificCompilationDTO
addFields, compileClasses, getFields, getFileName, getKieMiningFields, getKieOutputFields, getKiePMMLLocalTransformations, getKiePMMLMiningFields, getKiePMMLOutputFields, getKiePMMLTargetFields, getKiePMMLTransformationDictionary, getLocalTransformations, getMINING_FUNCTION, getMiningFunction, getMiningSchema, getModel, getModelName, getOpType, getOutput, getPackageCanonicalClassName, getPackageName, getPmml, getPMML_MODEL, getPmmlContext, getSimpleClassName, getSource, getTargetDataField, getTargetFieldName, getTargets, getTransformationDictionary
-
-
-
-
Method Detail
-
fromCompilationDTO
public static TreeCompilationDTO fromCompilationDTO(org.kie.pmml.compiler.api.dto.CompilationDTO<org.dmg.pmml.tree.TreeModel> source)
Builder that use givenCommonCompilationDTO- Parameters:
source-
-
getMissingValuePenalty
public java.lang.Double getMissingValuePenalty()
-
getNode
public org.dmg.pmml.tree.Node getNode()
-
-