Package | Description |
---|---|
org.wikibrain.sr.vector | |
org.wikibrain.sr.word2vec |
Class and Description |
---|
FeatureFilter
Can be used to filter a feature vector.
|
LinkGenerator.LinkType |
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
|
VectorBasedSRMetric
An SR metric that represents phrases and pages using sparse numeric vectors.
|
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 and Description |
---|
VectorBasedSRMetric
An SR metric that represents phrases and pages using sparse numeric vectors.
|
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.
|
Copyright © 2014. All rights reserved.