public static class ALS.RatingBlock<ID>
extends Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
ALS.RatingBlock(Object srcIds,
Object dstIds,
float[] ratings,
scala.reflect.ClassTag<ID> evidence$3) |
Modifier and Type | Method and Description |
---|---|
Object |
dstIds() |
float[] |
ratings() |
int |
size()
Size of the block.
|
Object |
srcIds() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ALS.RatingBlock(Object srcIds, Object dstIds, float[] ratings, scala.reflect.ClassTag<ID> evidence$3)