weka.filters.unsupervised.attribute
Class StringToWordVector.Count

java.lang.Object
  extended byweka.filters.unsupervised.attribute.StringToWordVector.Count
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
StringToWordVector

private class StringToWordVector.Count
extends java.lang.Object
implements java.io.Serializable

Used to store word counts for dictionary selection based on a threshold.


Field Summary
 int count
           
 int docCount
           
 
Constructor Summary
StringToWordVector.Count(int c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

public int count

docCount

public int docCount
Constructor Detail

StringToWordVector.Count

public StringToWordVector.Count(int c)