Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Pipeline

Hierarchy

  • Pipeline

Index

Constructors

Properties

Methods

Constructors

Properties

steps: [string, Estimator | Transformer][]

Methods

  • fit(X: Matrix, y: Matrix): Promise<void>
  • predict(X: Matrix, y?: Matrix): Matrix
  • transform(X: Matrix, y?: Matrix): { Xt: Matrix; yt: undefined | Matrix }
  • Parameters

    • X: Matrix
    • Optional y: Matrix

    Returns { Xt: Matrix; yt: undefined | Matrix }

    • Xt: Matrix
    • yt: undefined | Matrix