Automated formatting changes

This commit is contained in:
Formatter Bot 2020-09-01 19:01:54 +00:00
parent 88541106b7
commit bd97cee551

View File

@ -216,7 +216,7 @@ final class BasicOcr
*
* @param array $Xtrain Image data used for training
* @param array $ytrain Labels associated with the trained data
* @param array $Xtest Image data from the image to categorize
* @param array $Xtest Image data from the image to categorize
* @param int $k Amount of best fits that should be found
*/
private function kNearest(array $Xtrain, array $ytrain, array $Xtest, int $k = 3) : array