edu.berkeley.compbio.jlibsvm.binary
Interface BinaryClassificationProblem<L extends java.lang.Comparable,P>

All Superinterfaces:
SvmProblem<L,P,BinaryClassificationProblem<L,P>>
All Known Implementing Classes:
BinaryClassificationProblemImpl, BooleanClassificationProblemImpl, MutableBinaryClassificationProblemImpl

public interface BinaryClassificationProblem<L extends java.lang.Comparable,P>
extends SvmProblem<L,P,BinaryClassificationProblem<L,P>>

Version:
$Id$
Author:
David Soergel

Method Summary
 java.util.Map<P,java.lang.Boolean> getBooleanExamples()
           
 L getFalseLabel()
           
 BinaryClassificationProblem<L,P> getScaledCopy(ScalingModelLearner<P> scalingModelLearner)
           
 L getTrueLabel()
           
 void setupLabels()
           
 
Methods inherited from interface edu.berkeley.compbio.jlibsvm.SvmProblem
getExampleCounts, getExampleIds, getExamples, getHeldOutPoints, getId, getLabels, getNumExamples, getScalingModel, getTargetValue, makeFolds
 

Method Detail

getBooleanExamples

java.util.Map<P,java.lang.Boolean> getBooleanExamples()

getFalseLabel

L getFalseLabel()

getScaledCopy

@NotNull
BinaryClassificationProblem<L,P> getScaledCopy(ScalingModelLearner<P> scalingModelLearner)

getTrueLabel

L getTrueLabel()

setupLabels

void setupLabels()


Copyright © 2008-2010 Brenner Lab, UC Berkeley. All Rights Reserved.