public class StringProfile extends Object
| Constructor and Description |
|---|
StringProfile(SparseIntegerVector vector,
KShingling ks) |
| Modifier and Type | Method and Description |
|---|---|
double |
cosineSimilarity(StringProfile other) |
String[] |
getMostFrequentNGrams(int number) |
SparseIntegerVector |
getSparseVector() |
double |
qgramDistance(StringProfile other) |
public StringProfile(SparseIntegerVector vector, KShingling ks)
public double cosineSimilarity(StringProfile other) throws Exception
other - Exceptionpublic double qgramDistance(StringProfile other) throws Exception
other - Exceptionpublic SparseIntegerVector getSparseVector()
public String[] getMostFrequentNGrams(int number)
Copyright © 2016. All rights reserved.