Package com.bayesserver.analysis
Class ClusterCountOutput
- java.lang.Object
-
- com.bayesserver.analysis.ClusterCountOutput
-
public final class ClusterCountOutput extends Object
Output information returned fromClusterCount
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ClusterScore>
getBestToWorst()
A list of scores, sorted from best to worst.List<ClusterScore>
getScores()
A list of scores, one for each cluster count in the same order passed toClusterCount
.
-
-
-
Method Detail
-
getScores
public List<ClusterScore> getScores()
A list of scores, one for each cluster count in the same order passed toClusterCount
.
-
getBestToWorst
public List<ClusterScore> getBestToWorst()
A list of scores, sorted from best to worst.
-
-