Object/Class

com.tencent.angel.ml.core.conf

SharedConf

Related Docs: class SharedConf | package conf

Permalink

object SharedConf extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SharedConf
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val LOG: Log

    Permalink
  5. def actionType(): String

    Permalink
  6. def addHadoopConf(conf: Configuration): Unit

    Permalink
  7. def addMap(map: Map[String, String]): Unit

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def batchSize: Int

    Permalink
  10. def blockSize: Int

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def denseModelType: RowType

    Permalink
  13. def embeddingLayerMatrixOutputFormat: String

    Permalink
  14. def epochNum: Int

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def fcLayerMatrixOutputFormat: String

    Permalink
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def get(conf: Configuration): SharedConf

    Permalink
  20. def get(): SharedConf

    Permalink
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getStepSizeScheduler: String

    Permalink
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. def indexRange: Long

    Permalink
  25. def inputDataFormat: String

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def keyType(): String

    Permalink
  28. def learningRate: Double

    Permalink
  29. def modelClassName: String

    Permalink
  30. def modelSize: Long

    Permalink
  31. def modelType: RowType

    Permalink
  32. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  35. def numClass: Int

    Permalink
  36. def numUpdatePerEpoch: Int

    Permalink
  37. def posnegRatio(): Double

    Permalink
  38. def runningMode(): RunningMode

    Permalink
  39. def sparseInputLayerMatrixOutputFormat: String

    Permalink
  40. def storageLevel: String

    Permalink
  41. def storageType: String

    Permalink
  42. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  44. def useShuffle: Boolean

    Permalink
  45. def validateRatio: Double

    Permalink
  46. def valueType(): String

    Permalink
  47. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped