Uses of Class
anl.aida.util.HighestTermScores

Packages that use HighestTermScores
anl.aida.core   
anl.aida.sv   
 

Uses of HighestTermScores in anl.aida.core
 

Methods in anl.aida.core that return HighestTermScores
 HighestTermScores KeywordGenerator.generate(float[] vector, int count)
          Generates the specified number of keywords that are most similar to the specified vector.
 HighestTermScores KeywordGenerator.generate(java.lang.String docPath, int count)
          Generates and returns the specified number of keywords for the document identified by the specified path.
 

Uses of HighestTermScores in anl.aida.sv
 

Methods in anl.aida.sv that return HighestTermScores
 HighestTermScores SVKeywordGenerator.generate(float[] vector, int count)
          Generates the specified number of keywords that are most similar to the specified vector.
 HighestTermScores SVKeywordGenerator.generate(java.lang.String docPath, int count)
          Generates and returns the specified number of keywords for the document identified by the specified path.
 HighestTermScores SVKeywordGenerator.Searcher.getNearestNeighbors(int numResults)