public class BooleanFeature extends CategoricalFeature implements HasDerivedName
| Modifier and Type | Field and Description |
|---|---|
static Boolean |
VALUE_FALSE |
static Boolean |
VALUE_TRUE |
static List<Object> |
VALUES |
| Constructor and Description |
|---|
BooleanFeature(PMMLEncoder encoder,
Feature feature) |
BooleanFeature(PMMLEncoder encoder,
org.dmg.pmml.Field<?> field) |
BooleanFeature(PMMLEncoder encoder,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDerivedName() |
ContinuousFeature |
toContinuousFeature() |
equals, getValue, getValues, hashCode, size, toStringHelpergetDataType, getEncoder, getField, getName, ref, toContinuousFeature, toContinuousFeature, toStringpublic static final Boolean VALUE_TRUE
public static final Boolean VALUE_FALSE
public BooleanFeature(PMMLEncoder encoder, org.dmg.pmml.Field<?> field)
public BooleanFeature(PMMLEncoder encoder, Feature feature)
public BooleanFeature(PMMLEncoder encoder, String name)
public String getDerivedName()
getDerivedName in interface HasDerivedNamepublic ContinuousFeature toContinuousFeature()
toContinuousFeature in class CategoricalFeatureCopyright © 2023. All rights reserved.