edu.berkeley.compbio.jlibsvm.multi
Class VotingResult<L>
java.lang.Object
edu.berkeley.compbio.jlibsvm.multi.VotingResult<L>
public class VotingResult<L>
- extends Object
- Version:
- $Id$
- Author:
- David Soergel
|
Constructor Summary |
VotingResult()
|
VotingResult(L bestLabel,
float bestVoteProportion,
float secondBestVoteProportion,
float bestOneClassProbability,
float secondBestOneClassProbability,
float bestOneVsAllProbability,
float secondBestOneVsAllProbability)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VotingResult
public VotingResult()
VotingResult
public VotingResult(L bestLabel,
float bestVoteProportion,
float secondBestVoteProportion,
float bestOneClassProbability,
float secondBestOneClassProbability,
float bestOneVsAllProbability,
float secondBestOneVsAllProbability)
getBestLabel
public L getBestLabel()
getBestOneVsAllProbability
public float getBestOneVsAllProbability()
getBestOneClassProbability
public float getBestOneClassProbability()
getBestVoteProportion
public float getBestVoteProportion()
getSecondBestOneVsAllProbability
public float getSecondBestOneVsAllProbability()
getSecondBestOneClassProbability
public float getSecondBestOneClassProbability()
getSecondBestVoteProportion
public float getSecondBestVoteProportion()
Copyright © 2008-2013 David Soergel. All Rights Reserved.