Uses of Class
org.dmg.pmml.PartitionFieldStats.Weighted
-
Packages that use PartitionFieldStats.Weighted Package Description org.dmg.pmml -
-
Uses of PartitionFieldStats.Weighted in org.dmg.pmml
Methods in org.dmg.pmml that return PartitionFieldStats.Weighted Modifier and Type Method Description static PartitionFieldStats.WeightedPartitionFieldStats.Weighted. fromValue(java.lang.String v)PartitionFieldStats.WeightedPartitionFieldStats. getWeighted()static PartitionFieldStats.WeightedPartitionFieldStats.Weighted. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PartitionFieldStats.Weighted[]PartitionFieldStats.Weighted. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dmg.pmml with parameters of type PartitionFieldStats.Weighted Modifier and Type Method Description PartitionFieldStatsPartitionFieldStats. setWeighted(PartitionFieldStats.Weighted weighted)
-