Uses of Class
org.dmg.pmml.pmml_4_1.descr.Characteristic

Packages that use Characteristic
org.dmg.pmml.pmml_4_1.descr   
org.drools.scorecards.drl   
org.drools.scorecards.pmml   
 

Uses of Characteristic in org.dmg.pmml.pmml_4_1.descr
 

Fields in org.dmg.pmml.pmml_4_1.descr with type parameters of type Characteristic
protected  List<Characteristic> Characteristics.characteristics
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return Characteristic
 Characteristic ObjectFactory.createCharacteristic()
          Create an instance of Characteristic
 

Methods in org.dmg.pmml.pmml_4_1.descr that return types with arguments of type Characteristic
 List<Characteristic> Characteristics.getCharacteristics()
          Gets the value of the characteristics property.
 

Uses of Characteristic in org.drools.scorecards.drl
 

Methods in org.drools.scorecards.drl with parameters of type Characteristic
protected  void ExternalModelDRLEmitter.addLHSConditions(Rule rule, PMML pmmlDocument, Scorecard scorecard, Characteristic c, Attribute scoreAttribute)
           
protected abstract  void AbstractDRLEmitter.addLHSConditions(Rule rule, PMML pmmlDocument, Scorecard scorecard, Characteristic c, Attribute scoreAttribute)
           
protected  void DeclaredTypesDRLEmitter.addLHSConditions(Rule rule, PMML pmmlDocument, Scorecard scorecard, Characteristic c, Attribute scoreAttribute)
           
protected  void AbstractDRLEmitter.createFieldRestriction(PMML pmmlDocument, Characteristic c, Attribute scoreAttribute, StringBuilder stringBuilder)
           
protected  String AbstractDRLEmitter.formRuleName(PMML pmmlDocument, String modelName, Characteristic c, Attribute scoreAttribute)
           
protected  void AbstractDRLEmitter.populateLHS(Rule rule, PMML pmmlDocument, Scorecard scorecard, Characteristic c, Attribute scoreAttribute)
           
protected  void AbstractDRLEmitter.populateRHS(Rule rule, PMML pmmlDocument, Scorecard scorecard, Characteristic c, Attribute scoreAttribute, int position)
           
 

Uses of Characteristic in org.drools.scorecards.pmml
 

Methods in org.drools.scorecards.pmml with parameters of type Characteristic
static String ScorecardPMMLUtils.extractFieldNameFromCharacteristic(Characteristic c)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.