com.mancrd.ahah.clusterer.eval
Class LabelCount

java.lang.Object
  extended by com.mancrd.ahah.clusterer.eval.LabelCount
All Implemented Interfaces:
Comparable<LabelCount>

public class LabelCount
extends Object
implements Comparable<LabelCount>

Author:
alexnugent

Constructor Summary
LabelCount(int label, int count)
          Constructor
 
Method Summary
 int compareTo(LabelCount o)
           
 int getCount()
           
 int getLabel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LabelCount

public LabelCount(int label,
                  int count)
Constructor

Parameters:
label -
count -
Method Detail

compareTo

public int compareTo(LabelCount o)
Specified by:
compareTo in interface Comparable<LabelCount>

getLabel

public int getLabel()

getCount

public int getCount()

toString

public String toString()
Overrides:
toString in class Object


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