|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.learner.meta.BayBoostBaseModelInfo
public class BayBoostBaseModelInfo
Stores a base model together with its contingency matrix, which offerers a more convenient access in the context of ensemble classification.
| Constructor Summary | |
|---|---|
BayBoostBaseModelInfo(Model model,
ContingencyMatrix matrix)
|
|
| Method Summary | |
|---|---|
ContingencyMatrix |
getContingencyMatrix()
|
double |
getLiftRatio(int trueLabel,
int predictedLabel)
|
Model |
getModel()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BayBoostBaseModelInfo(Model model,
ContingencyMatrix matrix)
| Method Detail |
|---|
public Model getModel()
public ContingencyMatrix getContingencyMatrix()
public double getLiftRatio(int trueLabel,
int predictedLabel)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||