Uses of Class
org.dmg.pmml.scorecard.Attribute
-
Packages that use Attribute Package Description org.dmg.pmml org.dmg.pmml.scorecard org.jpmml.model.visitors -
-
Uses of Attribute in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type Attribute Modifier and Type Method Description VisitorActionVisitor. visit(Attribute attribute) -
Uses of Attribute in org.dmg.pmml.scorecard
Methods in org.dmg.pmml.scorecard that return Attribute Modifier and Type Method Description AttributeAttribute. addExtensions(Extension... extensions)AttributeObjectFactory. createAttribute()Create an instance ofAttributeAttributeAttribute. setComplexPartialScore(ComplexPartialScore complexPartialScore)AttributeAttribute. setPartialScore(java.lang.Number partialScore)AttributeAttribute. setPredicate(Predicate predicate)AttributeAttribute. setReasonCode(java.lang.String reasonCode)Methods in org.dmg.pmml.scorecard that return types with arguments of type Attribute Modifier and Type Method Description java.util.List<Attribute>Characteristic. getAttributes()java.util.List<Attribute>Characteristic. requireAttributes()Methods in org.dmg.pmml.scorecard with parameters of type Attribute Modifier and Type Method Description CharacteristicCharacteristic. addAttributes(Attribute... attributes)Constructor parameters in org.dmg.pmml.scorecard with type arguments of type Attribute Constructor Description Characteristic(java.util.List<Attribute> attributes) -
Uses of Attribute in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Attribute Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Attribute attribute)
-