com.mancrd.ahah.classifier
Class LinkWeightLabelProcedure

java.lang.Object
  extended by com.mancrd.ahah.classifier.LinkWeightLabelProcedure
All Implemented Interfaces:
gnu.trove.procedure.TLongObjectProcedure<gnu.trove.map.hash.TIntFloatHashMap>

public class LinkWeightLabelProcedure
extends Object
implements gnu.trove.procedure.TLongObjectProcedure<gnu.trove.map.hash.TIntFloatHashMap>

Author:
alexnugent

Constructor Summary
LinkWeightLabelProcedure(int label, String labelString)
           
 
Method Summary
 boolean execute(long spike, gnu.trove.map.hash.TIntFloatHashMap submap)
           
 List<LinkWeight> getLinkWeights()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkWeightLabelProcedure

public LinkWeightLabelProcedure(int label,
                                String labelString)
Method Detail

execute

public boolean execute(long spike,
                       gnu.trove.map.hash.TIntFloatHashMap submap)
Specified by:
execute in interface gnu.trove.procedure.TLongObjectProcedure<gnu.trove.map.hash.TIntFloatHashMap>

getLinkWeights

public List<LinkWeight> getLinkWeights()


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