Uses of Class
org.dmg.pmml.association.Itemset
-
Packages that use Itemset Package Description org.dmg.pmml org.dmg.pmml.association org.dmg.pmml.sequence org.jpmml.model.visitors -
-
Uses of Itemset in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type Itemset Modifier and Type Method Description VisitorActionVisitor. visit(Itemset itemset) -
Uses of Itemset in org.dmg.pmml.association
Methods in org.dmg.pmml.association that return Itemset Modifier and Type Method Description ItemsetItemset. addExtensions(Extension... extensions)ItemsetItemset. addItemRefs(ItemRef... itemRefs)ItemsetObjectFactory. createItemset()Create an instance ofItemsetItemsetItemset. setId(java.lang.String id)ItemsetItemset. setNumberOfItems(java.lang.Integer numberOfItems)ItemsetItemset. setSupport(java.lang.Number support)Methods in org.dmg.pmml.association that return types with arguments of type Itemset Modifier and Type Method Description java.util.List<Itemset>AssociationModel. getItemsets()Methods in org.dmg.pmml.association with parameters of type Itemset Modifier and Type Method Description AssociationModelAssociationModel. addItemsets(Itemset... itemsets) -
Uses of Itemset in org.dmg.pmml.sequence
Methods in org.dmg.pmml.sequence that return types with arguments of type Itemset Modifier and Type Method Description java.util.List<Itemset>SequenceModel. getItemsets()Methods in org.dmg.pmml.sequence with parameters of type Itemset Modifier and Type Method Description SequenceModelSequenceModel. addItemsets(Itemset... itemsets) -
Uses of Itemset in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Itemset Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Itemset itemset)
-