◆ __construct()
Phpml\Pipeline::__construct |
( |
array | $transformers, |
|
|
?Estimator | $estimator = null ) |
- Parameters
-
Transformer[] | $transformers | |
◆ fit()
Phpml\Pipeline::fit |
( |
array | $samples, |
|
|
?array | $targets = null ) |
◆ getTransformers()
Phpml\Pipeline::getTransformers |
( |
| ) |
|
◆ predict()
Phpml\Pipeline::predict |
( |
array | $samples | ) |
|
◆ train()
Phpml\Pipeline::train |
( |
array | $samples, |
|
|
array | $targets ) |
◆ transform()
Phpml\Pipeline::transform |
( |
array & | $samples, |
|
|
?array & | $targets = null ) |
The documentation for this class was generated from the following file:
- lib/mlbackend/php/phpml/src/Phpml/Pipeline.php