com.mancrd.ahah.clusterer.eval
Class LabelHistory

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

public class LabelHistory
extends Object

keeps track of data related to the Clusterer's spikes corresponding to a label

Author:
alexnugent

Constructor Summary
LabelHistory(int labelId)
          Constructor
 
Method Summary
 void correspondingFeature(int featureId)
           
 int getCount()
           
 int getNumCorrespondingFeatures()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LabelHistory

public LabelHistory(int labelId)
Constructor

Parameters:
labelId -
Method Detail

correspondingFeature

public void correspondingFeature(int featureId)

getCount

public int getCount()

getNumCorrespondingFeatures

public int getNumCorrespondingFeatures()

toString

public String toString()
Overrides:
toString in class Object


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