trait SyntheticEstimator extends SynapseMLLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SyntheticEstimator
  2. SynapseMLLogging
  3. Logging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val uid: String
    Definition Classes
    SynapseMLLogging

Concrete Value Members

  1. def logClass(featureName: String): Unit
    Definition Classes
    SynapseMLLogging
  2. def logFit[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  3. def logTransform[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  4. def logVerb[T](verb: String, f: ⇒ T, columns: Option[Int] = None): T
    Definition Classes
    SynapseMLLogging
  5. implicit val matrixEntryEncoder: Encoder[MatrixEntry]
  6. implicit val matrixOps: DMatrixOps.type
  7. implicit val vectorEntryEncoder: Encoder[VectorEntry]
  8. implicit val vectorOps: DVectorOps.type