Package | Description |
---|---|
com.cloudera.oryx.app.classreg.example |
Representations of features and training / test examples that are used inside a
classification or regression process.
|
com.cloudera.oryx.app.pmml |
Utility code related to parsing, writing and manipulating PMML representations
of models, specific to applications.
|
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 Example |
ExampleUtils.dataToExample(String[] data,
InputSchema inputSchema,
CategoricalValueEncodings valueEncodings) |
Modifier and Type | Method and Description |
---|---|
static CategoricalValueEncodings |
AppPMMLUtils.buildCategoricalValueEncodings(org.dmg.pmml.DataDictionary dictionary) |
Modifier and Type | Method and Description |
---|---|
static org.dmg.pmml.DataDictionary |
AppPMMLUtils.buildDataDictionary(InputSchema schema,
CategoricalValueEncodings categoricalValueEncodings) |
Modifier and Type | Method and Description |
---|---|
static Pair<DecisionForest,CategoricalValueEncodings> |
RDFPMMLUtils.read(org.dmg.pmml.PMML pmml) |
Modifier and Type | Method and Description |
---|---|
CategoricalValueEncodings |
RDFServingModel.getEncodings() |
Modifier and Type | Method and Description |
---|---|
CategoricalValueEncodings |
RDFSpeedModel.getEncodings() |
Copyright © 2014–2018. All rights reserved.