|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.sv.SVKeywordGenerator.Searcher
private class SVKeywordGenerator.Searcher
Field Summary | |
---|---|
(package private) float[] |
queryVector
|
Constructor Summary | |
---|---|
SVKeywordGenerator.Searcher(float[] vector)
|
|
SVKeywordGenerator.Searcher(java.lang.String docPath)
|
Method Summary | |
---|---|
HighestTermScores |
getNearestNeighbors(int numResults)
|
float |
getScore(float[] testVector)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
float[] queryVector
Constructor Detail |
---|
SVKeywordGenerator.Searcher(java.lang.String docPath) throws pitt.search.semanticvectors.ZeroVectorException, java.io.IOException
docPath
- the path to the doc to get keywords for
pitt.search.semanticvectors.ZeroVectorException
- if there is an error with the vector
java.io.IOException
- if there is an error reading the vector dataSVKeywordGenerator.Searcher(float[] vector)
Method Detail |
---|
public float getScore(float[] testVector)
public HighestTermScores getNearestNeighbors(int numResults)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |