Uses of Class
org.dmg.pmml.pmml_4_1.descr.Partition

Packages that use Partition
org.dmg.pmml.pmml_4_1.descr   
 

Uses of Partition in org.dmg.pmml.pmml_4_1.descr
 

Fields in org.dmg.pmml.pmml_4_1.descr declared as Partition
protected  Partition Cluster.partition
           
protected  Partition TargetValue.partition
           
protected  Partition Node.partition
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return Partition
 Partition ObjectFactory.createPartition()
          Create an instance of Partition
 Partition Cluster.getPartition()
          Gets the value of the partition property.
 Partition TargetValue.getPartition()
          Gets the value of the partition property.
 Partition Node.getPartition()
          Gets the value of the partition property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type Partition
 void Cluster.setPartition(Partition value)
          Sets the value of the partition property.
 void TargetValue.setPartition(Partition value)
          Sets the value of the partition property.
 void Node.setPartition(Partition value)
          Sets the value of the partition property.
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.