edu.berkeley.compbio.jlibsvm.multi
Class VotingResult<L>

java.lang.Object
  extended by 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)
           
 
Method Summary
 L getBestLabel()
           
 float getBestOneClassProbability()
           
 float getBestOneVsAllProbability()
           
 float getBestVoteProportion()
           
 float getSecondBestOneClassProbability()
           
 float getSecondBestOneVsAllProbability()
           
 float getSecondBestVoteProportion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VotingResult

public VotingResult()

VotingResult

public VotingResult(L bestLabel,
                    float bestVoteProportion,
                    float secondBestVoteProportion,
                    float bestOneClassProbability,
                    float secondBestOneClassProbability,
                    float bestOneVsAllProbability,
                    float secondBestOneVsAllProbability)
Method Detail

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.