KNeighborsClassifier constructor
To manually instantiate the KNeighborsClassifier. The parameters are lifted directly from scikit-learn. See the attributes here: https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
Implementation
KNeighborsClassifier(
this.fitX, this.fitY, this.nNeighbors, this.p, this.classes);