shared
Class ThresholdInfo

java.lang.Object
  |
  +--shared.ThresholdInfo

public class ThresholdInfo
extends java.lang.Object

Class structure used for maitaining threshold information in Entropy to make score arrays.


Field Summary
 int index
          The index of this threshold.
 double score
          The score value for this particular threshold.
 double weight
          The weight of this particular threshold.
 
Constructor Summary
ThresholdInfo()
          Constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

public int index
The index of this threshold.

score

public double score
The score value for this particular threshold.

weight

public double weight
The weight of this particular threshold.
Constructor Detail

ThresholdInfo

public ThresholdInfo()
Constructor.