com.mancrd.ahah.clusterer.eval
Class LabelStatistics

java.lang.Object
  extended by com.mancrd.ahah.clusterer.eval.LabelStatistics

public class LabelStatistics
extends Object

Author:
alexnugent

Constructor Summary
LabelStatistics()
           
 
Method Summary
 int get(Integer labelID)
           
 List<LabelCount> getCounts()
           
 void printCounts()
           
 int put(Integer labelID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelStatistics

public LabelStatistics()
Method Detail

put

public int put(Integer labelID)

get

public int get(Integer labelID)

getCounts

public List<LabelCount> getCounts()

printCounts

public void printCounts()


Copyright © 2013–2014 M. Alexander Nugent Consulting, Research and Devlopment. All rights reserved.