mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Automated formatting changes
This commit is contained in:
parent
88541106b7
commit
bd97cee551
|
|
@ -216,7 +216,7 @@ final class BasicOcr
|
||||||
*
|
*
|
||||||
* @param array $Xtrain Image data used for training
|
* @param array $Xtrain Image data used for training
|
||||||
* @param array $ytrain Labels associated with the trained data
|
* @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
|
* @param int $k Amount of best fits that should be found
|
||||||
*/
|
*/
|
||||||
private function kNearest(array $Xtrain, array $ytrain, array $Xtest, int $k = 3) : array
|
private function kNearest(array $Xtrain, array $ytrain, array $Xtest, int $k = 3) : array
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user