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.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.
|
Modifier and Type | Method and Description |
---|---|
static Pair<DecisionForest,CategoricalValueEncodings> |
RDFPMMLUtils.read(org.dmg.pmml.PMML pmml) |
Modifier and Type | Method and Description |
---|---|
DecisionForest |
RDFServingModel.getForest() |
Modifier and Type | Method and Description |
---|---|
DecisionForest |
RDFSpeedModel.getForest() |
Copyright © 2014–2018. All rights reserved.