Uses of Class
org.dmg.pmml.Entity
-
-
Uses of Entity in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type Entity Modifier and Type Method Description VisitorActionVisitor. visit(Entity<?> entity) -
Uses of Entity in org.dmg.pmml.association
Subclasses of Entity in org.dmg.pmml.association Modifier and Type Class Description classAssociationRule -
Uses of Entity in org.dmg.pmml.clustering
Subclasses of Entity in org.dmg.pmml.clustering Modifier and Type Class Description classCluster -
Uses of Entity in org.dmg.pmml.mining
Subclasses of Entity in org.dmg.pmml.mining Modifier and Type Class Description classSegment -
Uses of Entity in org.dmg.pmml.neural_network
Subclasses of Entity in org.dmg.pmml.neural_network Modifier and Type Class Description classNeuralEntityclassNeuralInputclassNeuron -
Uses of Entity in org.dmg.pmml.rule_set
Subclasses of Entity in org.dmg.pmml.rule_set Modifier and Type Class Description classCompoundRuleclassRuleclassSimpleRule -
Uses of Entity in org.dmg.pmml.sequence
Subclasses of Entity in org.dmg.pmml.sequence Modifier and Type Class Description classSequenceRule -
Uses of Entity in org.dmg.pmml.tree
Subclasses of Entity in org.dmg.pmml.tree Modifier and Type Class Description classBranchNodeclassClassifierNodeclassComplexNodeclassCountingBranchNodeclassCountingLeafNodeclassLeafNodeclassNodeclassSimpleNode -
Uses of Entity in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Entity Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Entity<?> entity)
-