public class StringProfile extends Object
Constructor and Description |
---|
StringProfile(SparseIntegerVector vector,
KShingling ks) |
Modifier and Type | Method and Description |
---|---|
double |
cosineSimilarity(StringProfile other) |
double |
qgramDistance(StringProfile other) |
public StringProfile(SparseIntegerVector vector, KShingling ks)
public double cosineSimilarity(StringProfile other) throws Exception
other
- Exception
public double qgramDistance(StringProfile other) throws Exception
other
- Exception
Copyright © 2015. All rights reserved.