public interface HasTreeOptions extends HasSkLearnOptions, org.jpmml.converter.HasNativeConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
OPTION_COMPACT |
static String |
OPTION_FLAT |
static String |
OPTION_NODE_EXTENSIONS |
static String |
OPTION_NODE_ID |
static String |
OPTION_NODE_SCORE |
static String |
OPTION_NUMERIC |
static String |
OPTION_PRUNE |
static String |
OPTION_WINNER_ID |
| Modifier and Type | Method and Description |
|---|---|
default Map<String,?> |
getNativeConfiguration() |
static final String OPTION_COMPACT
TreeModelCompactor,
Constant Field Valuesstatic final String OPTION_FLAT
TreeModelFlattener,
Constant Field Valuesstatic final String OPTION_NODE_EXTENSIONS
Node.hasExtensions(),
Node.getExtensions(),
Constant Field Valuesstatic final String OPTION_NODE_ID
Node.getId(),
Constant Field Valuesstatic final String OPTION_NODE_SCORE
Node.getScore(),
Constant Field Valuesstatic final String OPTION_NUMERIC
SimplePredicate,
SimpleSetPredicate,
Constant Field Valuesstatic final String OPTION_PRUNE
TreeModelPruner,
Constant Field Valuesstatic final String OPTION_WINNER_ID
OutputField,
Constant Field ValuesCopyright © 2022. All rights reserved.