|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DecisionPointContext
A decision point context keeps track of the case attributes that have been selected for analysis of the belonging decision point (and their type).
Method Summary | |
---|---|
weka.core.FastVector |
getAttributeInfo()
Returns a vector of those attributes that have been selected for analysis (can be directly used to build up a data set). |
javax.swing.JPanel |
getAttributesViewPanel()
Returns the current attributes view for the belonging decision point. |
javax.swing.JPanel |
getEvaluationViewPanel()
Returns the current result evaluation view for the belonging decision point. |
javax.swing.JPanel |
getModelViewPanel()
Returns the current model view for the belonging decision point. |
javax.swing.JPanel |
getResultViewPanel()
Returns the current result view for the belonging decision point. |
void |
setEvaluationViewPanel(javax.swing.JPanel newResult)
Sets the new evaluation view content for the belonging decision point. |
void |
setResultViewPanel(javax.swing.JPanel newResult)
Sets the new result view content for the belonging decision point. |
Method Detail |
---|
javax.swing.JPanel getAttributesViewPanel()
javax.swing.JPanel getModelViewPanel()
javax.swing.JPanel getResultViewPanel()
void setResultViewPanel(javax.swing.JPanel newResult)
the
- panel containing the new result contentjavax.swing.JPanel getEvaluationViewPanel()
void setEvaluationViewPanel(javax.swing.JPanel newResult)
the
- panel containing the new evaluation contentweka.core.FastVector getAttributeInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |