com.mancrd.ahah.clusterer.eval
Class SpikesHistory

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

public class SpikesHistory
extends Object

Keeps track of data related to the Clusterer's labels generated as a response to spikes

Author:
alexnugent

Constructor Summary
SpikesHistory(int spikesId)
          Constructor
 
Method Summary
 void correspondingLabel(int labelId)
          Here a label corresponding to the spikes coming in to be recorded.
 int getCount()
           
 int getNumCorrespondingLabels()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpikesHistory

public SpikesHistory(int spikesId)
Constructor

Parameters:
spikesId -
Method Detail

correspondingLabel

public void correspondingLabel(int labelId)
Here a label corresponding to the spikes coming in to be recorded.

Parameters:
labelId -

getCount

public int getCount()

getNumCorrespondingLabels

public int getNumCorrespondingLabels()

toString

public String toString()
Overrides:
toString in class Object


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