Package | Description |
---|---|
com.cloudera.oryx.app.rdf.decision |
Supports decisions on features that are used inside a decision tree scoring process.
|
com.cloudera.oryx.app.rdf.tree |
Abstractions representing forests, trees, nodes and paths in decision forests.
|
Modifier and Type | Class and Description |
---|---|
class |
CategoricalDecision
Represents a decision over a categorical feature.
|
class |
NumericDecision
Represents a decision over a numeric feature.
|
Modifier and Type | Method and Description |
---|---|
Decision |
DecisionNode.getDecision() |
Constructor and Description |
---|
DecisionNode(String id,
Decision decision,
TreeNode left,
TreeNode right) |
Copyright © 2014–2018. All rights reserved.