|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttp.model.DocsRepresentDB.FeatureDF
public class DocsRepresentDB.FeatureDF
Class to store frequencies of features in documents.
Field Summary | |
---|---|
int |
document_frequent
|
java.lang.String |
feature
|
Constructor Summary | |
---|---|
DocsRepresentDB.FeatureDF(java.lang.String feature,
int document_frequent)
Class construtor. |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object t)
Comparing two FeatureDF objects |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int document_frequent
public java.lang.String feature
Constructor Detail |
---|
public DocsRepresentDB.FeatureDF(java.lang.String feature, int document_frequent)
feature
- a worddocument_frequent
- document frequency of a wordMethod Detail |
---|
public int compareTo(java.lang.Object t)
compareTo
in interface java.lang.Comparable
t
- the second object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |