public class EnsembleSim extends Object
EnsembleSim(KnownSim knownSim)
void
add(double score, int rank)
KnownSim
getKnownSim()
int
getNumMetricsWithScore()
List<Integer>
getRanks()
List<Double>
getScores()
setScores(List<Double> scores)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EnsembleSim(KnownSim knownSim)
public List<Double> getScores()
public int getNumMetricsWithScore()
public List<Integer> getRanks()
public void setScores(List<Double> scores)
public KnownSim getKnownSim()
public void add(double score, int rank)
Copyright © 2014. All rights reserved.