Uses of Class
org.dmg.pmml.MiningField.UsageType
-
Packages that use MiningField.UsageType Package Description org.dmg.pmml -
-
Uses of MiningField.UsageType in org.dmg.pmml
Methods in org.dmg.pmml that return MiningField.UsageType Modifier and Type Method Description static MiningField.UsageTypeMiningField.UsageType. fromValue(java.lang.String v)MiningField.UsageTypeMiningField. getUsageType()static MiningField.UsageTypeMiningField.UsageType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MiningField.UsageType[]MiningField.UsageType. 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 MiningField.UsageType Modifier and Type Method Description MiningFieldMiningField. setUsageType(MiningField.UsageType usageType)
-