Interface | Description |
---|---|
FeatureFilter |
Can be used to filter a feature vector.
|
VectorGenerator |
Generates sparse feature vectors for pages and phrases in some language.
|
VectorSimilarity |
Computes the similarity between two vectors, and calculates the most similar items for a vector.
|
Class | Description |
---|---|
CosineSimilarity | |
CosineSimilarity.Provider | |
ESAGenerator | |
ESAGenerator.Provider | |
FancyPhraseVectorBasedSRMetric | |
FancyPhraseVectorBasedSRMetric.Provider | |
GoogleSimilarity |
Google Similarity measure, as described in Milne and Witten:
http://www.cs.waikato.ac.nz/~ihw/papers/08-DM-IHW-Semantic_relatedness.pdf
|
GoogleSimilarity.Provider | |
LinkGenerator |
Generates a sparse vector containing a "1" for each inbound or outbound link
for a page.
|
LinkGenerator.Provider | |
MostSimilarConceptsGenerator |
Generates an
|
MostSimilarConceptsGenerator.Provider | |
PhraseVectorCreator |
Config looks like:
{
weights: {
dab : 1.0
sr : 1.0
text : 1.0
}
numCandidates : {
sr : 10
perSr : 2
text : 50
used : 20
}
}
A detailed description appears in the reference.conf
|
PhraseVectorCreator.Provider | |
VectorBasedSRMetric |
An SR metric that represents phrases and pages using sparse numeric vectors.
|
VectorBasedSRMetric.Provider |
Enum | Description |
---|---|
LinkGenerator.LinkType |
Copyright © 2014. All rights reserved.