Uses of Class
org.dmg.pmml.Partition
-
Packages that use Partition Package Description org.dmg.pmml org.dmg.pmml.clustering org.dmg.pmml.tree org.jpmml.model.visitors -
-
Uses of Partition in org.dmg.pmml
Methods in org.dmg.pmml that return Partition Modifier and Type Method Description PartitionPartition. addExtensions(Extension... extensions)PartitionPartition. addPartitionFieldStats(PartitionFieldStats... partitionFieldStats)PartitionObjectFactory. createPartition()Create an instance ofPartitionPartitionTargetValue. getPartition()PartitionPartition. setName(java.lang.String name)PartitionPartition. setSize(java.lang.Number size)Methods in org.dmg.pmml with parameters of type Partition Modifier and Type Method Description TargetValueTargetValue. setPartition(Partition partition)VisitorActionVisitor. visit(Partition partition) -
Uses of Partition in org.dmg.pmml.clustering
Methods in org.dmg.pmml.clustering that return Partition Modifier and Type Method Description PartitionCluster. getPartition()Methods in org.dmg.pmml.clustering with parameters of type Partition Modifier and Type Method Description ClusterCluster. setPartition(Partition partition) -
Uses of Partition in org.dmg.pmml.tree
Methods in org.dmg.pmml.tree that return Partition Modifier and Type Method Description PartitionComplexNode. getPartition()PartitionNode. getPartition()Methods in org.dmg.pmml.tree with parameters of type Partition Modifier and Type Method Description ComplexNodeComplexNode. setPartition(Partition partition)NodeNode. setPartition(Partition partition) -
Uses of Partition in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Partition Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Partition partition)
-