com.shephertz.app42.paas.sdk.jme.recommend
Class RecommenderSimilarity
java.lang.Object
com.shephertz.app42.paas.sdk.jme.recommend.RecommenderSimilarity
public class RecommenderSimilarity
- extends java.lang.Object
This class contains 2 types of the Recommender Similarity either
EuclideanDistanceSimilarity or PearsonCorrelationSimilarity.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EUCLIDEAN_DISTANCE
public static java.lang.String EUCLIDEAN_DISTANCE
PEARSON_CORRELATION
public static java.lang.String PEARSON_CORRELATION
RecommenderSimilarity
public RecommenderSimilarity()
throwExceptionIfNotValid
public static void throwExceptionIfNotValid(java.lang.String val)