Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Update KNNClassifier docstrings (#3535)
Browse files Browse the repository at this point in the history
* KNNClassifier docstring updates for API docs
* Clarifying getters for id list and keys
  • Loading branch information
rhyolight authored Apr 12, 2017
1 parent 3680b55 commit b981848
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 165 deletions.
5 changes: 1 addition & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ List of NuPIC packages and their documentation status:
```
nupic
├── algorithms
│   ├── CLAClassifier.py [TODO]
│   ├── KNNClassifier.py [TODO]
│   ├── KNNClassifier.py [OK]
│   ├── anomaly.py [OK]
│   ├── anomaly_likelihood.py [OK]
│   ├── cla_classifier_diff.py [TODO]
│   ├── cla_classifier_factory.py [TODO]
│   ├── sdr_classifier.py [OK]
│   └── sdr_classifier_factory.py [OK]
├── data
Expand Down
5 changes: 5 additions & 0 deletions docs/source/api/algorithms/classifiers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ SDR Classifier
.. autoclass:: nupic.algorithms.sdr_classifier_factory.SDRClassifierFactory
:members: create

KNN Classifier
++++++++++++++

.. autoclass:: nupic.algorithms.KNNClassifier.KNNClassifier
:members:
Loading

0 comments on commit b981848

Please sign in to comment.