From 554d529afb67c74c2892d110eba24aa387a3bb1c Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Wed, 13 May 2015 10:46:16 -0400 Subject: [PATCH] Added regression to classifier description --- docs/docs/api_docs/cpp_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/api_docs/cpp_api.md b/docs/docs/api_docs/cpp_api.md index fd51d02..a6307c2 100644 --- a/docs/docs/api_docs/cpp_api.md +++ b/docs/docs/api_docs/cpp_api.md @@ -22,7 +22,7 @@ Plugin | Function [Gallery](cpp_api/gallery/gallery.md) | Used for I/O. Galleries handle file types that correspond to many objects (e.g. .csv., .xml, etc.). [Output](cpp_api/output/output.md) | Used for I/O. Outputs handle the results of [Distance](cpp_api/distance/distance.md) comparisons. [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. -[Classifier](cpp_api/classifier/classifier.md) | Classifies feature vectors as members of specific classes. +[Classifier](cpp_api/classifier/classifier.md) | Classifies feature vectors as members of specific classes or performs regression on them. Additionally, there are several child-abstractions for specific use cases. A few examples are: -- libgit2 0.21.4