jflexcrf
Class CountFeatureIdx

java.lang.Object
  extended by jflexcrf.CountFeatureIdx

public class CountFeatureIdx
extends java.lang.Object

The Class CountFeatureIdx.


Field Summary
 int count
          The count.
 int fidx
          The fidx.
 
Constructor Summary
CountFeatureIdx(int count, int fidx)
          Instantiates a new count feature idx.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

public int count
The count.


fidx

public int fidx
The fidx.

Constructor Detail

CountFeatureIdx

public CountFeatureIdx(int count,
                       int fidx)
Instantiates a new count feature idx.

Parameters:
count - the count
fidx - the fidx