com.rapidminer.operator.learner.meta
Class BayBoostBaseModelInfo

java.lang.Object
  extended by com.rapidminer.operator.learner.meta.BayBoostBaseModelInfo
All Implemented Interfaces:
java.io.Serializable

public class BayBoostBaseModelInfo
extends java.lang.Object
implements java.io.Serializable

Stores a base model together with its contingency matrix, which offerers a more convenient access in the context of ensemble classification.

Author:
Martin Scholz ingomierswa Exp $
See Also:
Serialized Form

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

BayBoostBaseModelInfo

public BayBoostBaseModelInfo(Model model,
                             ContingencyMatrix matrix)
Method Detail

getModel

public Model getModel()

getContingencyMatrix

public ContingencyMatrix getContingencyMatrix()

getLiftRatio

public double getLiftRatio(int trueLabel,
                           int predictedLabel)


Copyright © 2001-2009 by Rapid-I