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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as ClusteringModel
protected  ClusteringModel Segment.clusteringModel
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return ClusteringModel
 ClusteringModel ObjectFactory.createClusteringModel()
          Create an instance of ClusteringModel
 ClusteringModel Segment.getClusteringModel()
          Gets the value of the clusteringModel property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type ClusteringModel
 void Segment.setClusteringModel(ClusteringModel value)
          Sets the value of the clusteringModel property.
 



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