Uses of Class
org.dmg.pmml.Value
-
Packages that use Value Package Description org.dmg.pmml org.dmg.pmml.general_regression org.jpmml.model.visitors -
-
Uses of Value in org.dmg.pmml
Methods in org.dmg.pmml that return Value Modifier and Type Method Description ValueValue. addExtensions(Extension... extensions)ValueObjectFactory. createValue()Create an instance ofValueValueValue. setDisplayValue(java.lang.String displayValue)ValueValue. setProperty(Value.Property property)ValueValue. setValue(java.lang.Object value)Methods in org.dmg.pmml that return types with arguments of type Value Modifier and Type Method Description java.util.List<Value>DataField. getValues()java.util.List<Value>DerivedField. getValues()java.util.List<Value>HasDiscreteDomain. getValues()java.util.List<Value>OutputField. getValues()Methods in org.dmg.pmml with parameters of type Value Modifier and Type Method Description DataFieldDataField. addValues(Value... values)DerivedFieldDerivedField. addValues(Value... values)EHasDiscreteDomain. addValues(Value... values)OutputFieldOutputField. addValues(Value... values)VisitorActionVisitor. visit(Value value) -
Uses of Value in org.dmg.pmml.general_regression
Methods in org.dmg.pmml.general_regression that return types with arguments of type Value Modifier and Type Method Description java.util.List<Value>EventValues. getValues()Methods in org.dmg.pmml.general_regression with parameters of type Value Modifier and Type Method Description EventValuesEventValues. addValues(Value... values) -
Uses of Value in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Value Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Value value)
-