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.kmeans |
Support code for the k-means application functionality common to several layers.
|
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.kmeans.model |
Data model support for the k-means clustering Serving Layer app.
|
com.cloudera.oryx.app.serving.rdf.model |
Data model support for the random decision forest Serving Layer app.
|
Modifier and Type | Method and Description |
---|---|
static Example |
ExampleUtils.dataToExample(String[] data,
InputSchema inputSchema,
CategoricalValueEncodings valueEncodings) |
Modifier and Type | Method and Description |
---|---|
static double[] |
KMeansUtils.featuresFromTokens(String[] data,
InputSchema inputSchema) |
static void |
KMeansPMMLUtils.validatePMMLVsSchema(org.dmg.pmml.PMML pmml,
InputSchema schema)
Validates that the encoded PMML model received matches expected schema.
|
Modifier and Type | Method and Description |
---|---|
static org.dmg.pmml.DataDictionary |
AppPMMLUtils.buildDataDictionary(InputSchema schema,
CategoricalValueEncodings categoricalValueEncodings) |
static org.dmg.pmml.MiningSchema |
AppPMMLUtils.buildMiningSchema(InputSchema schema) |
static org.dmg.pmml.MiningSchema |
AppPMMLUtils.buildMiningSchema(InputSchema schema,
double[] importances) |
Modifier and Type | Method and Description |
---|---|
static void |
RDFPMMLUtils.validatePMMLVsSchema(org.dmg.pmml.PMML pmml,
InputSchema schema)
Validates that the encoded PMML model received matches expected schema.
|
Modifier and Type | Method and Description |
---|---|
InputSchema |
KMeansServingModel.getInputSchema() |
Modifier and Type | Method and Description |
---|---|
InputSchema |
RDFServingModel.getInputSchema() |
Copyright © 2014–2018. All rights reserved.