Uses of Class
org.dmg.pmml.EmbeddedModel
-
Packages that use EmbeddedModel Package Description org.dmg.pmml org.dmg.pmml.mining org.dmg.pmml.regression org.dmg.pmml.tree org.jpmml.model.visitors -
-
Uses of EmbeddedModel in org.dmg.pmml
Methods in org.dmg.pmml that return EmbeddedModel Modifier and Type Method Description abstract EmbeddedModelEmbeddedModel. setAlgorithmName(java.lang.String algorithmName)abstract EmbeddedModelEmbeddedModel. setLocalTransformations(LocalTransformations localTransformations)abstract EmbeddedModelEmbeddedModel. setMiningFunction(MiningFunction miningFunction)abstract EmbeddedModelEmbeddedModel. setModelName(java.lang.String modelName)abstract EmbeddedModelEmbeddedModel. setModelStats(ModelStats modelStats)abstract EmbeddedModelEmbeddedModel. setOutput(Output output)abstract EmbeddedModelEmbeddedModel. setTargets(Targets targets)Methods in org.dmg.pmml with parameters of type EmbeddedModel Modifier and Type Method Description VisitorActionVisitor. visit(EmbeddedModel embeddedModel) -
Uses of EmbeddedModel in org.dmg.pmml.mining
Methods in org.dmg.pmml.mining that return types with arguments of type EmbeddedModel Modifier and Type Method Description java.util.List<EmbeddedModel>MiningModel. getEmbeddedModels()Methods in org.dmg.pmml.mining with parameters of type EmbeddedModel Modifier and Type Method Description MiningModelMiningModel. addEmbeddedModels(EmbeddedModel... embeddedModels) -
Uses of EmbeddedModel in org.dmg.pmml.regression
Subclasses of EmbeddedModel in org.dmg.pmml.regression Modifier and Type Class Description classRegression -
Uses of EmbeddedModel in org.dmg.pmml.tree
Subclasses of EmbeddedModel in org.dmg.pmml.tree Modifier and Type Class Description classDecisionTreeMethods in org.dmg.pmml.tree that return EmbeddedModel Modifier and Type Method Description EmbeddedModelComplexNode. getEmbeddedModel()EmbeddedModelNode. getEmbeddedModel()Methods in org.dmg.pmml.tree with parameters of type EmbeddedModel Modifier and Type Method Description ComplexNodeComplexNode. setEmbeddedModel(EmbeddedModel embeddedModel)NodeNode. setEmbeddedModel(EmbeddedModel embeddedModel) -
Uses of EmbeddedModel in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type EmbeddedModel Modifier and Type Method Description VisitorActionAbstractVisitor. visit(EmbeddedModel embeddedModel)
-