Uses of Class
org.dmg.pmml.clustering.Cluster
-
Packages that use Cluster Package Description org.dmg.pmml org.dmg.pmml.clustering org.jpmml.model.visitors -
-
Uses of Cluster in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type Cluster Modifier and Type Method Description VisitorActionVisitor. visit(Cluster cluster) -
Uses of Cluster in org.dmg.pmml.clustering
Methods in org.dmg.pmml.clustering that return Cluster Modifier and Type Method Description ClusterCluster. addExtensions(Extension... extensions)ClusterObjectFactory. createCluster()Create an instance ofClusterClusterCluster. setArray(Array array)ClusterCluster. setCovariances(Covariances covariances)ClusterCluster. setId(java.lang.String id)ClusterCluster. setKohonenMap(KohonenMap kohonenMap)ClusterCluster. setName(java.lang.String name)ClusterCluster. setPartition(Partition partition)ClusterCluster. setSize(java.lang.Integer size)Methods in org.dmg.pmml.clustering that return types with arguments of type Cluster Modifier and Type Method Description java.util.List<Cluster>ClusteringModel. getClusters()java.util.List<Cluster>ClusteringModel. requireClusters()Methods in org.dmg.pmml.clustering with parameters of type Cluster Modifier and Type Method Description ClusteringModelClusteringModel. addClusters(Cluster... clusters) -
Uses of Cluster in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Cluster Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Cluster cluster)
-