|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectorg.apache.spark.ml.recommendation.ALS.Rating<ID>
public static class ALS.Rating<ID>
:: DeveloperApi :: Rating class for better code readability.
| Constructor Summary | |
|---|---|
ALS.Rating(ID user,
ID item,
float rating)
|
|
| Method Summary | |
|---|---|
ID |
item()
|
float |
rating()
|
ID |
user()
|
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface scala.Product |
|---|
productArity, productElement, productIterator, productPrefix |
| Methods inherited from interface scala.Equals |
|---|
canEqual, equals |
| Constructor Detail |
|---|
public ALS.Rating(ID user,
ID item,
float rating)
| Method Detail |
|---|
public ID user()
public ID item()
public float rating()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||