edu.udo.cs.yale.operator.learner.meta
Class BayBoostBaseModelInfo
java.lang.Object
edu.udo.cs.yale.operator.learner.meta.BayBoostBaseModelInfo
public class BayBoostBaseModelInfo
- extends java.lang.Object
Stores a base model together with its contingency matrix, which offerers a
more convenient access in the context of ensemble classification.
- Version:
- $Id: BayBoostBaseModelInfo.java,v 1.3 2006/04/14 15:04:22
ingomierswa Exp $
- Author:
- Martin Scholz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
model
private final Model model
matrix
private final ContingencyMatrix matrix
BayBoostBaseModelInfo
public BayBoostBaseModelInfo(Model model,
ContingencyMatrix matrix)
getModel
public Model getModel()
getContingencyMatrix
public ContingencyMatrix getContingencyMatrix()
getLiftRatio
public double getLiftRatio(int trueLabel,
int predictedLabel)
Copyright © 2001-2006