Class

com.github.cloudml.zen.ml.recommendation

BSFMClassification

Related Doc: package recommendation

Permalink

class BSFMClassification extends BSFM

Linear Supertypes
BSFM, Logging, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BSFMClassification
  2. BSFM
  3. Logging
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BSFMClassification(input: RDD[(VertexId, LabeledPoint)], stepSize: Double = 1e-2, views: Array[Long], l2Reg: (Double, Double, Double) = (1e-3, 1e-3, 1e-3), rank: Int = 20, useAdaGrad: Boolean = true, miniBatchFraction: Double = 1.0, storageLevel: StorageLevel = StorageLevel.MEMORY_AND_DISK)

    Permalink
  2. new BSFMClassification(_dataSet: Graph[VD, ED], stepSize: Double, views: Array[Long], l2: (Double, Double, Double), rank: Int, useAdaGrad: Boolean, miniBatchFraction: Double, storageLevel: StorageLevel)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def adaGrad(gradientSum: (Double, VertexRDD[Array[Double]]), gradient: (Double, VertexRDD[Array[Double]]), epsilon: Double, rho: Double): (Double, Double, VertexRDD[(Array[Double], Array[Double])])

    Permalink
    Attributes
    protected
    Definition Classes
    BSFM
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def backward(q: VertexRDD[VD], iter: Int): (Double, VertexRDD[Array[Double]])

    Permalink
    Attributes
    protected
    Definition Classes
    BSFM
  7. var bias: Double

    Permalink
    Attributes
    protected
    Definition Classes
    BSFM
  8. def checkpointGradientSum(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BSFM
  9. val checkpointInterval: Int

    Permalink
    Attributes
    protected
    Definition Classes
    BSFM
  10. def checkpointVertices(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BSFM
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. var dataSet: Graph[VD, ED]

    Permalink
    Attributes
    protected
    Definition Classes
    BSFM
  13. var edges: EdgeRDD[ED]

    Permalink
    Attributes
    protected
    Definition Classes
    BSFM
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def equilibratedGradientDescent(gradientSum: (Double, VertexRDD[Array[Double]]), gradient: (Double, VertexRDD[Array[Double]]), epsilon: Double, iter: Int): (Double, Double, VertexRDD[(Array[Double], Array[Double])])

    Permalink
    Attributes
    protected
    Definition Classes
    BSFM
  17. def features: VertexRDD[VD]

    Permalink
    Definition Classes
    BSFM
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def forward(iter: Int): VertexRDD[Array[Double]]

    Permalink
    Attributes
    protected[com.github.cloudml.zen.ml]
    Definition Classes
    BSFM
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. var gradientSum: (Double, VertexRDD[Array[Double]])

    Permalink
    Attributes
    protected
    Definition Classes
    BSFM
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. def intercept: Double

    Permalink
    Definition Classes
    BSFM
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  26. val l2: (Double, Double, Double)

    Permalink
    Definition Classes
    BSFMClassification → BSFM
  27. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  28. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  29. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  30. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  31. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  32. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  33. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  34. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  35. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  36. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  37. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  38. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  39. def loss(q: VertexRDD[VD]): Double

    Permalink
    Attributes
    protected[com.github.cloudml.zen.ml]
    Definition Classes
    BSFM
  40. def mask: Int

    Permalink
    Attributes
    protected[com.github.cloudml.zen.ml]
    Definition Classes
    BSFM
  41. val miniBatchFraction: Double

    Permalink
    Definition Classes
    BSFMClassification → BSFM
  42. var multi: VertexRDD[Array[Double]]

    Permalink
    Attributes
    protected
    Definition Classes
    BSFM
  43. def multiplier(q: VertexRDD[VD]): VertexRDD[VD]

    Permalink
    Attributes
    protected
    Definition Classes
    BSFMClassification → BSFM
  44. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  45. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  46. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  47. var numFeatures: Long

    Permalink
    Attributes
    protected
    Definition Classes
    BSFM
  48. var numSamples: Long

    Permalink
    Attributes
    protected
    Definition Classes
    BSFM
  49. def predict(arr: Array[Double]): Double

    Permalink
    Attributes
    protected
    Definition Classes
    BSFMClassification → BSFM
  50. val rank: Int

    Permalink
    Definition Classes
    BSFMClassification → BSFM
  51. def run(iterations: Int): Unit

    Permalink
    Definition Classes
    BSFM
  52. def samples: VertexRDD[VD]

    Permalink
    Definition Classes
    BSFM
  53. def saveModel(): BSFMModel

    Permalink
    Definition Classes
    BSFMClassification → BSFM
  54. def setDataSet(data: Graph[VD, ED]): BSFMClassification.this.type

    Permalink
    Definition Classes
    BSFM
  55. val stepSize: Double

    Permalink
    Definition Classes
    BSFMClassification → BSFM
  56. val storageLevel: StorageLevel

    Permalink
    Definition Classes
    BSFMClassification → BSFM
  57. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  58. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  59. def updateGradientSum(gradient: (Double, VertexRDD[Array[Double]]), iter: Int): (Double, VertexRDD[Array[Double]])

    Permalink
    Attributes
    protected
    Definition Classes
    BSFM
  60. def updateWeight(delta: (Double, VertexRDD[Array[Double]]), iter: Int): VertexRDD[VD]

    Permalink
    Attributes
    protected
    Definition Classes
    BSFM
  61. val useAdaGrad: Boolean

    Permalink
    Definition Classes
    BSFMClassification → BSFM
  62. var vertices: VertexRDD[VD]

    Permalink
    Attributes
    protected
    Definition Classes
    BSFM
  63. val views: Array[Long]

    Permalink
    Definition Classes
    BSFMClassification → BSFM
  64. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BSFM

Inherited from Logging

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped