Package | Description |
---|---|
com.cloudera.oryx.app.classreg.predict |
Representations of the output of a classification or regression process.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
CategoricalPrediction
Represents a prediction of the value of a categorical target.
|
class |
NumericPrediction
Represents a predicted value of a numeric target.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Prediction> |
WeightedPrediction.voteOnFeature(List<T> predictions,
double[] weights) |
Modifier and Type | Method and Description |
---|---|
static <T extends Prediction> |
WeightedPrediction.voteOnFeature(List<T> predictions,
double[] weights) |
Modifier and Type | Method and Description |
---|---|
Prediction |
TerminalNode.getPrediction() |
Prediction |
DecisionTree.predict(Example test) |
Prediction |
DecisionForest.predict(Example test) |
Prediction |
TreeBasedClassifier.predict(Example test) |
Constructor and Description |
---|
TerminalNode(String id,
Prediction prediction) |
Modifier and Type | Method and Description |
---|---|
Prediction |
RDFServingModel.makePrediction(String[] example) |
Copyright © 2014–2018. All rights reserved.