|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRatingPredictor
Interface for rating predictors.
Method Summary | |
---|---|
double |
getMaxRating()
Get the max rating value. |
double |
getMinRating()
Get the min rating value. |
void |
setMaxRating(double value)
Set the max rating value. |
void |
setMinRating(double value)
Set the min rating value. |
Methods inherited from interface org.mymedialite.IRecommender |
---|
canPredict, loadModel, predict, saveModel, toString, train |
Method Detail |
---|
double getMaxRating()
void setMaxRating(double value)
double getMinRating()
void setMinRating(double value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |