Object/Class

org.apache.spark.ml.odkl

Interceptor

Related Docs: class Interceptor | package odkl

Permalink

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
Visibility
  1. Public
  2. All

Type Members

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

    Permalink

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

    Model transformer which moves weight trained for an intercept into the intercept parameter of the model (so far supported only for linear models). This helps to avoid extra overhead when predicting.

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

    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 appendBias(vector: Vector): Vector

    Permalink

    Adds 1 to the end of a vector.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

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

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

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

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

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

    Permalink

    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.

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

    Permalink

    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.

  14. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  19. def read: MLReader[Interceptor]

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

    Permalink

    Removes last column of a vector.

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

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

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

    Permalink
  24. final def wait(): Unit

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

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

    Permalink
    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