Commit 554d529afb67c74c2892d110eba24aa387a3bb1c
1 parent
904c047a
Added regression to classifier description
Showing
1 changed file
with
1 additions
and
1 deletions
docs/docs/api_docs/cpp_api.md
| @@ -22,7 +22,7 @@ Plugin | Function | @@ -22,7 +22,7 @@ Plugin | Function | ||
| 22 | [Gallery](cpp_api/gallery/gallery.md) | Used for I/O. Galleries handle file types that correspond to many objects (e.g. .csv., .xml, etc.). | 22 | [Gallery](cpp_api/gallery/gallery.md) | Used for I/O. Galleries handle file types that correspond to many objects (e.g. .csv., .xml, etc.). |
| 23 | [Output](cpp_api/output/output.md) | Used for I/O. Outputs handle the results of [Distance](cpp_api/distance/distance.md) comparisons. | 23 | [Output](cpp_api/output/output.md) | Used for I/O. Outputs handle the results of [Distance](cpp_api/distance/distance.md) comparisons. |
| 24 | [Representation](cpp_api/representation/representation.md) | Converts images into feature vectors. Slightly different then [Transform](cpp_api/transform/transform.md)s in implementation and available API calls. | 24 | [Representation](cpp_api/representation/representation.md) | Converts images into feature vectors. Slightly different then [Transform](cpp_api/transform/transform.md)s in implementation and available API calls. |
| 25 | -[Classifier](cpp_api/classifier/classifier.md) | Classifies feature vectors as members of specific classes. | 25 | +[Classifier](cpp_api/classifier/classifier.md) | Classifies feature vectors as members of specific classes or performs regression on them. |
| 26 | 26 | ||
| 27 | Additionally, there are several child-abstractions for specific use cases. A few examples are: | 27 | Additionally, there are several child-abstractions for specific use cases. A few examples are: |
| 28 | 28 |