com.mancrd.ahah.commons
Class LinkWeight

java.lang.Object
  extended by com.mancrd.ahah.commons.LinkWeight
All Implemented Interfaces:
Comparable<LinkWeight>

public class LinkWeight
extends Object
implements Comparable<LinkWeight>

Author:
alexnugent

Constructor Summary
LinkWeight(long spike, int label, double weight)
          Constructor
 
Method Summary
 int compareTo(LinkWeight other)
           
 int getLabel()
           
 String getLabelString()
           
 long getSpike()
           
 String getSpikeString()
           
 double getWeight()
           
 void setLabelString(String labelString)
           
 void setSpikeString(String spikeString)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkWeight

public LinkWeight(long spike,
                  int label,
                  double weight)
Constructor

Parameters:
feature -
label -
weight -
Method Detail

getSpike

public long getSpike()

getLabel

public int getLabel()

getWeight

public double getWeight()

compareTo

public int compareTo(LinkWeight other)
Specified by:
compareTo in interface Comparable<LinkWeight>

toString

public String toString()
Overrides:
toString in class Object

getLabelString

public String getLabelString()

setLabelString

public void setLabelString(String labelString)

getSpikeString

public String getSpikeString()

setSpikeString

public void setSpikeString(String spikeString)


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