Package org.jpmml.evaluator
Interface HasRuleValues
-
- All Superinterfaces:
ResultFeature
- All Known Implementing Classes:
Association
public interface HasRuleValues extends ResultFeature
- See Also:
ResultFeature.RULE_VALUE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,org.dmg.pmml.association.Item>getItems()Map<String,org.dmg.pmml.association.Itemset>getItemsets()List<org.dmg.pmml.association.AssociationRule>getRuleValues(org.dmg.pmml.OutputField.Algorithm algorithm)
-