|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.flickrrecsys.model.Similarity
public class Similarity
Similarity model
| Constructor Summary | |
|---|---|
Similarity()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getNsid()
Get nsid |
double |
getPercentage()
Get percentage of similarity |
void |
setNsid(java.lang.String nsid)
Set nsid |
void |
setPercentage(double percentage)
Set percentage of similarity |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Similarity()
| Method Detail |
|---|
public java.lang.String getNsid()
public void setNsid(java.lang.String nsid)
nsid - nsidpublic double getPercentage()
public void setPercentage(double percentage)
percentage - percentage of similarity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||