org.apache.spark.ml.recommendation
Class ALS.Rating$

Object
  extended by org.apache.spark.ml.recommendation.ALS.Rating$
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ALS

public static class ALS.Rating$
extends Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static ALS.Rating$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ALS.Rating$()
           
 
Method Summary
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final ALS.Rating$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

ALS.Rating$

public ALS.Rating$()