Uses of Class
weka.core.pmml.jaxbbindings.Partition
Packages that use Partition
-
Uses of Partition in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return PartitionModifier and TypeMethodDescriptionObjectFactory.createPartition()
Create an instance ofPartition
Cluster.getPartition()
Gets the value of the partition property.TargetValue.getPartition()
Gets the value of the partition property.Methods in weka.core.pmml.jaxbbindings with parameters of type PartitionModifier and TypeMethodDescriptionvoid
Cluster.setPartition
(Partition value) Sets the value of the partition property.void
TargetValue.setPartition
(Partition value) Sets the value of the partition property.