| Package | Description |
|---|---|
| org.jpmml.translator | |
| org.jpmml.translator.mining | |
| org.jpmml.translator.regression | |
| org.jpmml.translator.tree |
| Modifier and Type | Method and Description |
|---|---|
FieldInfoMap |
ModelTranslator.getFieldInfos(Set<? extends org.dmg.pmml.PMMLObject> bodyObjects) |
| Modifier and Type | Method and Description |
|---|---|
FieldInfoMap |
TreeModelAggregatorTranslator.getFieldInfos(Set<? extends org.dmg.pmml.PMMLObject> bodyObjects) |
| Modifier and Type | Method and Description |
|---|---|
static ValueBuilder |
RegressionModelTranslator.translateRegressionTable(org.dmg.pmml.regression.RegressionTable regressionTable,
FieldInfoMap fieldInfos,
TranslationContext context) |
| Modifier and Type | Method and Description |
|---|---|
static FieldInfoMap |
TreeModelTranslator.enhanceFieldInfos(Set<? extends org.dmg.pmml.PMMLObject> bodyObjects,
FieldInfoMap fieldInfos,
ArrayInfoMap arrayInfos) |
FieldInfoMap |
TreeModelTranslator.getFieldInfos(Set<? extends org.dmg.pmml.PMMLObject> bodyObjects) |
| Modifier and Type | Method and Description |
|---|---|
static FieldInfoMap |
TreeModelTranslator.enhanceFieldInfos(Set<? extends org.dmg.pmml.PMMLObject> bodyObjects,
FieldInfoMap fieldInfos,
ArrayInfoMap arrayInfos) |
static <S> void |
TreeModelTranslator.translateNode(org.dmg.pmml.tree.TreeModel treeModel,
org.dmg.pmml.tree.Node node,
List<org.dmg.pmml.tree.Node> dependentNodes,
Set<String> declarableNames,
Scorer<S> scorer,
FieldInfoMap fieldInfos,
TranslationContext context) |
static <S> void |
TreeModelTranslator.translateNode(org.dmg.pmml.tree.TreeModel treeModel,
org.dmg.pmml.tree.Node root,
Scorer<S> scorer,
FieldInfoMap fieldInfos,
TranslationContext context) |
static <S> NodeScope |
TreeModelTranslator.translatePredicate(org.dmg.pmml.tree.TreeModel treeModel,
org.dmg.pmml.tree.Node node,
List<org.dmg.pmml.tree.Node> dependentNodes,
Scorer<S> scorer,
FieldInfoMap fieldInfos,
TranslationContext context) |
Copyright © 2022. All rights reserved.