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
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.