public interface HasRuleValues extends ResultFeature
ResultFeature.RULE_VALUE| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,org.dmg.pmml.association.Item> |
getItems() |
java.util.Map<java.lang.String,org.dmg.pmml.association.Itemset> |
getItemsets() |
java.util.List<org.dmg.pmml.association.AssociationRule> |
getRuleValues(org.dmg.pmml.OutputField.Algorithm algorithm) |
java.util.Map<java.lang.String,org.dmg.pmml.association.Item> getItems()
java.util.Map<java.lang.String,org.dmg.pmml.association.Itemset> getItemsets()
java.util.List<org.dmg.pmml.association.AssociationRule> getRuleValues(org.dmg.pmml.OutputField.Algorithm algorithm)
Copyright © 2024. All Rights Reserved.