Uses of Class
org.dmg.pmml.UnivariateStats.Weighted
-
Packages that use UnivariateStats.Weighted Package Description org.dmg.pmml -
-
Uses of UnivariateStats.Weighted in org.dmg.pmml
Methods in org.dmg.pmml that return UnivariateStats.Weighted Modifier and Type Method Description static UnivariateStats.WeightedUnivariateStats.Weighted. fromValue(java.lang.String v)UnivariateStats.WeightedUnivariateStats. getWeighted()static UnivariateStats.WeightedUnivariateStats.Weighted. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UnivariateStats.Weighted[]UnivariateStats.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 UnivariateStats.Weighted Modifier and Type Method Description UnivariateStatsUnivariateStats. setWeighted(UnivariateStats.Weighted weighted)
-