Uses of Class
org.dmg.pmml.association.Item
-
Packages that use Item Package Description org.dmg.pmml org.dmg.pmml.association org.dmg.pmml.sequence org.jpmml.model.visitors -
-
Uses of Item in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type Item Modifier and Type Method Description VisitorActionVisitor. visit(Item item) -
Uses of Item in org.dmg.pmml.association
Methods in org.dmg.pmml.association that return Item Modifier and Type Method Description ItemItem. addExtensions(Extension... extensions)ItemObjectFactory. createItem()Create an instance ofItemItemItem. setCategory(java.lang.String category)ItemItem. setField(java.lang.String field)ItemItem. setId(java.lang.String id)ItemItem. setMappedValue(java.lang.String mappedValue)ItemItem. setValue(java.lang.String value)ItemItem. setWeight(java.lang.Number weight)Methods in org.dmg.pmml.association that return types with arguments of type Item Modifier and Type Method Description java.util.List<Item>AssociationModel. getItems()Methods in org.dmg.pmml.association with parameters of type Item Modifier and Type Method Description AssociationModelAssociationModel. addItems(Item... items) -
Uses of Item in org.dmg.pmml.sequence
Methods in org.dmg.pmml.sequence that return types with arguments of type Item Modifier and Type Method Description java.util.List<Item>SequenceModel. getItems()Methods in org.dmg.pmml.sequence with parameters of type Item Modifier and Type Method Description SequenceModelSequenceModel. addItems(Item... items) -
Uses of Item in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Item Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Item item)VisitorActionActiveFieldFinder. visit(Item item)
-