|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.shef.dcs.oak.jate.core.algorithm.AverageCorpusTFAlgorithm
public class AverageCorpusTFAlgorithm
Average corpus tf = tf_in_corpus(t)/doc freq (t).
Constructor Summary | |
---|---|
AverageCorpusTFAlgorithm()
|
Method Summary | |
---|---|
Term[] |
execute(AbstractFeatureWrapper store)
Execute the algorithm by analysing the features stored in the AbstractFeatureWrapper and return terms extracted and sorted by their relevance |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AverageCorpusTFAlgorithm()
Method Detail |
---|
public Term[] execute(AbstractFeatureWrapper store) throws JATEException
Algorithm
execute
in interface Algorithm
JATEException
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |