|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Condition | |
|---|---|
| rdr.core | |
| rdr.methods | |
| Uses of Condition in rdr.core |
|---|
| Methods in rdr.core that return types with arguments of type Condition | |
|---|---|
common.datastructures.MyFastVector<Condition> |
Rule.getConditions()
|
common.datastructures.MyFastVector<Condition> |
SimulatedExpert.getConditionsFromRidor(common.datastructures.MyFastVector<weka.classifiers.rules.RidorExplainer.RidorRule> ridorRules,
common.datastructures.MyFastVector<Condition> existing)
Builds up a vector of Conditions using a vector of RidorRules. |
common.datastructures.MyFastVector<Condition> |
SimulatedExpert.getRuleTraceFromRidor(common.datastructures.MyFastVector<weka.classifiers.rules.RidorExplainer.RidorRule> ridorRules,
common.datastructures.MyFastVector<weka.classifiers.rules.RidorExplainer.Antd> negRules)
Builds up a vector of Conditions using a vector of RidorRules. |
| Method parameters in rdr.core with type arguments of type Condition | |
|---|---|
void |
SimulatedExpert.buildException(Node parent,
common.datastructures.MyFastVector<Condition> availableConditions,
Case currentCase)
Select a portion of the availableConditions to make an exception rule to parent which is satisfied by currentCase |
Rule |
SimulatedExpert.buildRule(common.datastructures.MyFastVector<Condition> conditions)
Attempt to use some of the conditions to create a rule. |
void |
SimulatedExpert.buildRule(Node parent,
common.datastructures.MyFastVector<Condition> availableConditions,
Case currentCase,
Classification conc)
|
common.datastructures.MyFastVector<Condition> |
SimulatedExpert.getConditionsFromRidor(common.datastructures.MyFastVector<weka.classifiers.rules.RidorExplainer.RidorRule> ridorRules,
common.datastructures.MyFastVector<Condition> existing)
Builds up a vector of Conditions using a vector of RidorRules. |
void |
Rule.setConditions(common.datastructures.MyFastVector<Condition> conditions)
Set the conditions. |
| Constructor parameters in rdr.core with type arguments of type Condition | |
|---|---|
Rule(int ruleID,
common.datastructures.MyFastVector<Condition> conditions)
Constructor. |
|
Rule(common.datastructures.MyFastVector<Condition> conditions)
Default constructor. |
|
Rule(common.datastructures.MyFastVector<Condition> conditions,
Case createdFor)
Default constructor. |
|
| Uses of Condition in rdr.methods |
|---|
| Methods in rdr.methods that return types with arguments of type Condition | |
|---|---|
common.datastructures.MyFastVector<Condition> |
NTreeNode.getAllParentConditions(common.datastructures.MyFastVector<Condition> conds)
Get all the conditions of node and all its parents back to the root Is recursive. |
| Method parameters in rdr.methods with type arguments of type Condition | |
|---|---|
common.datastructures.MyFastVector<Condition> |
NTreeNode.getAllParentConditions(common.datastructures.MyFastVector<Condition> conds)
Get all the conditions of node and all its parents back to the root Is recursive. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||