public class CategoricalFeature extends Feature
| Constructor and Description |
|---|
CategoricalFeature(org.dmg.pmml.DataField dataField,
String value) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.Predicate |
encodePredicate(int splitCondition,
boolean left) |
String |
getValue() |
boolean |
isDefaultLeft(Node node) |
getDataField, getNamepublic CategoricalFeature(org.dmg.pmml.DataField dataField,
String value)
public boolean isDefaultLeft(Node node)
isDefaultLeft in class Featurepublic org.dmg.pmml.Predicate encodePredicate(int splitCondition,
boolean left)
encodePredicate in class Featurepublic String getValue()
Copyright © 2016. All Rights Reserved.