Uses of Class
org.dmg.pmml.clustering.ClusteringField.CenterField
-
Packages that use ClusteringField.CenterField Package Description org.dmg.pmml.clustering -
-
Uses of ClusteringField.CenterField in org.dmg.pmml.clustering
Methods in org.dmg.pmml.clustering that return ClusteringField.CenterField Modifier and Type Method Description static ClusteringField.CenterFieldClusteringField.CenterField. fromValue(java.lang.String v)ClusteringField.CenterFieldClusteringField. getCenterField()static ClusteringField.CenterFieldClusteringField.CenterField. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ClusteringField.CenterField[]ClusteringField.CenterField. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dmg.pmml.clustering with parameters of type ClusteringField.CenterField Modifier and Type Method Description ClusteringFieldClusteringField. setCenterField(ClusteringField.CenterField centerField)
-