Package | Description |
---|---|
com.cloudera.oryx.app.rdf |
Support code for random decision forest application functionality common to several layers,
mostly the scoring support.
|
com.cloudera.oryx.app.rdf.tree |
Abstractions representing forests, trees, nodes and paths in decision forests.
|
com.cloudera.oryx.app.serving.rdf.model |
Data model support for the random decision forest Serving Layer app.
|
com.cloudera.oryx.app.speed.rdf |
Contains an app tier implementation of a Speed Layer, for random decision forest
classification and regression.
|
Class and Description |
---|
DecisionForest
An ensemble classifier based on many
DecisionTree s. |
Class and Description |
---|
DecisionTree
A decision-tree classifier.
|
TerminalNode
Represents a leaf node in a
DecisionTree , which contains a Prediction for a target
rather than a decision over an example. |
TreeBasedClassifier
Base interface for decision-tree-based classifiers in this package, whether they be a single
DecisionTree or a collection of them as a DecisionForest . |
TreeNode
Implementations of this interface represent nodes in a
DecisionTree , whether
leaves (TerminalNode ) or internal nodes (DecisionNode ). |
Class and Description |
---|
DecisionForest
An ensemble classifier based on many
DecisionTree s. |
Class and Description |
---|
DecisionForest
An ensemble classifier based on many
DecisionTree s. |
Copyright © 2014–2018. All rights reserved.