|
| __construct (int $norm=self::NORM_L2) |
|
| fit (array $samples, ?array $targets=null) |
|
| transform (array &$samples, ?array &$targets=null) |
|
|
const | NORM_L1 = 1 |
|
const | NORM_L2 = 2 |
|
const | NORM_STD = 3 |
|
◆ __construct()
Phpml\Preprocessing\Normalizer::__construct |
( |
int | $norm = self::NORM_L2 | ) |
|
◆ fit()
Phpml\Preprocessing\Normalizer::fit |
( |
array | $samples, |
|
|
?array | $targets = null ) |
◆ transform()
Phpml\Preprocessing\Normalizer::transform |
( |
array & | $samples, |
|
|
?array & | $targets = null ) |
The documentation for this class was generated from the following file:
- lib/mlbackend/php/phpml/src/Phpml/Preprocessing/Normalizer.php