From be287864c17a5b5ef5c08a4dc441093c7e6f088d Mon Sep 17 00:00:00 2001 From: Davis King Date: Mon, 8 Dec 2014 17:37:48 -0500 Subject: [PATCH] Fixed spelling error in spec --- dlib/statistics/lda_abstract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/statistics/lda_abstract.h b/dlib/statistics/lda_abstract.h index 2f998f8a6..947d3e102 100644 --- a/dlib/statistics/lda_abstract.h +++ b/dlib/statistics/lda_abstract.h @@ -37,7 +37,7 @@ namespace dlib returns a linear transform that maps the input vectors into a new space that is good for distinguishing between the different classes. In particular, this function finds matrices Z and M such that: - - Given an put vector x, Z*x-M, is the transformed version of x. That is, + - Given an input vector x, Z*x-M, is the transformed version of x. That is, Z*x-M maps x into a space where x vectors that share the same class label are near each other. - Z*x-M results in the transformed vectors having zero expected mean.