edu.berkeley.compbio.jlibsvm
Interface ExplicitSvmProblem<L extends Comparable,P,R extends SvmProblem<L,P,R>>

All Superinterfaces:
SvmProblem<L,P,R>
All Known Subinterfaces:
MutableSvmProblem<L,P,R>
All Known Implementing Classes:
BinaryClassificationProblemImpl, BooleanClassificationProblemImpl, ExplicitSvmProblemImpl, MultiClassProblemImpl, MutableBinaryClassificationProblemImpl, MutableMultiClassProblemImpl, MutableOneClassProblemImpl, MutableRegressionProblemImpl, OneClassProblemImpl, RegressionProblemImpl

Deprecated.

@Deprecated
public interface ExplicitSvmProblem<L extends Comparable,P,R extends SvmProblem<L,P,R>>
extends SvmProblem<L,P,R>

This may seem pointless, but it helps with the generics spaghetti by constraining the type R.

Version:
$Id$
Author:
David Soergel

Method Summary
 Map<P,L> getExamples()
          Deprecated.  
 List<L> getLabels()
          Deprecated.  
 L getTargetValue(P point)
          Deprecated.  
 
Methods inherited from interface edu.berkeley.compbio.jlibsvm.SvmProblem
getExampleCounts, getExampleIds, getHeldOutPoints, getId, getNumExamples, getScalingModel, makeFolds
 

Method Detail

getExamples

Map<P,L> getExamples()
Deprecated. 
Specified by:
getExamples in interface SvmProblem<L extends Comparable,P,R extends SvmProblem<L,P,R>>

getLabels

List<L> getLabels()
Deprecated. 
Specified by:
getLabels in interface SvmProblem<L extends Comparable,P,R extends SvmProblem<L,P,R>>

getTargetValue

L getTargetValue(P point)
Deprecated. 
Specified by:
getTargetValue in interface SvmProblem<L extends Comparable,P,R extends SvmProblem<L,P,R>>


Copyright © 2008-2013 David Soergel. All Rights Reserved.