edu.berkeley.compbio.jlibsvm.oneclass
Interface OneClassProblem<L,P>

All Superinterfaces:
RegressionProblem<P,OneClassProblem<L,P>>, SvmProblem<java.lang.Float,P,OneClassProblem<L,P>>
All Known Implementing Classes:
MutableOneClassProblemImpl, OneClassProblemImpl

public interface OneClassProblem<L,P>
extends RegressionProblem<P,OneClassProblem<L,P>>

Version:
$Id$
Author:
David Soergel

Method Summary
 L getLabel()
           
 OneClassProblem<L,P> getScaledCopy(ScalingModelLearner<P> scalingModelLearner)
           
 
Methods inherited from interface edu.berkeley.compbio.jlibsvm.SvmProblem
getExampleCounts, getExampleIds, getExamples, getHeldOutPoints, getId, getLabels, getNumExamples, getScalingModel, getTargetValue, makeFolds
 

Method Detail

getLabel

L getLabel()

getScaledCopy

OneClassProblem<L,P> getScaledCopy(ScalingModelLearner<P> scalingModelLearner)
Specified by:
getScaledCopy in interface RegressionProblem<P,OneClassProblem<L,P>>


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