KD-tree based kNN algorithm parameters.
More...
- Deprecated:
- This item will be removed in a future release.
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
Parameter constructor
- Parameters
-
nClasses | Number of classes |
nNeighbors | Number of neighbors |
randomSeed | Seed for random choosing elements from training dataset |
- Deprecated:
- This item will be removed in a future release. Use engine instead.
- Parameters
-
dataUse | The option to enable/disable an usage of the input dataset in kNN model |
Checks a parameter of the KD-tree based kNN algorithm
The option to enable/disable an usage of the input dataset in kNN model
Engine for random choosing elements from training dataset
Seed for random choosing elements from training dataset
- Deprecated:
- This item will be removed in a future release.
Use engine instead.
The documentation for this class was generated from the following file:
- algorithms/kdtree_knn_classification/__init__.py