init(_:_:)
Creates a composed estimator from a preprocessing transformer and an estimator.
Declaration
init(_ preprocessor: Preprocessor, _ estimator: Estimator)Creates a composed estimator from a preprocessing transformer and an estimator.
init(_ preprocessor: Preprocessor, _ estimator: Estimator)