org.apache.spark.ml.odkl

Interceptor

object Interceptor extends DefaultParamsReadable[Interceptor] with Serializable

Linear Supertypes
Serializable, Serializable, DefaultParamsReadable[Interceptor], MLReadable[Interceptor], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Interceptor
  2. Serializable
  3. Serializable
  4. DefaultParamsReadable
  5. MLReadable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Uninterceptor[M <: LinearModel[M]] extends PredefinedDataTransformer[M, Uninterceptor[M]]

    Model transformer which moves weight trained for an intercept into the intercept parameter of the model (so far supported only for linear models).

  2. class UninterceptorComposite[M <: LinearModel[M], C <: CombinedModel[M, C]] extends PredefinedDataTransformer[C, UninterceptorComposite[M, C]]

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def appendBias(vector: Vector): Vector

    Adds 1 to the end of a vector.

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  14. def intercept[M <: LinearModel[M]](estimator: SummarizableEstimator[M], features: String = "features"): UnwrappedStage[M, Uninterceptor[M]]

    Adds an intercept/unintercept stage to the estimator of a linear model.

    Adds an intercept/unintercept stage to the estimator of a linear model.

    estimator

    Nested estimator with linear model as result.

    returns

    Estimator which produce a linear model with explicit intercept.

  15. def interceptComposite[M <: LinearModel[M], C <: CombinedModel[M, C]](estimator: SummarizableEstimator[C], features: String = "features"): UnwrappedStage[C, UninterceptorComposite[M, C]]

    Adds an intercept/unintercept stage to the composite estimator with nested linear models.

    Adds an intercept/unintercept stage to the composite estimator with nested linear models.

    estimator

    Nested composite estimator built of with linear model as result.

    returns

    Estimator which produce a combination of linear models with explicit intercept.

  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def load(path: String): Interceptor

    Definition Classes
    MLReadable
    Annotations
    @Since( "1.6.0" )
  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. def read: MLReader[Interceptor]

    Definition Classes
    DefaultParamsReadable → MLReadable
  22. def removeBias(vector: Vector): Vector

    Removes last column of a vector.

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

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    AnyRef → Any
  25. def transformModel[M <: LinearModel[M]](model: M): M

  26. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from DefaultParamsReadable[Interceptor]

Inherited from MLReadable[Interceptor]

Inherited from AnyRef

Inherited from Any

Ungrouped