Skip to content

Commit

Permalink
Update doc of FisherLDA
Browse files Browse the repository at this point in the history
  • Loading branch information
vinx13 authored and vigsterkr committed Jun 4, 2018
1 parent ca8397d commit eb3c7af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/shogun/preprocessor/FisherLDA.h
Expand Up @@ -60,9 +60,8 @@ namespace shogun

/** @brief Preprocessor FisherLDA attempts to model the difference between the classes
* of data by performing linear discriminant analysis on input feature vectors/matrices.
* When the init method in FisherLDA is called with proper feature matrix X(say N number
* of vectors and D feature dimensions) supplied via apply_to_feature_matrix or
* apply_to_feature_vector methods, this creates a transformation whose outputs are the
* When the fit method in FisherLDA is called with proper feature matrix X(say N number
* of vectors and D feature dimensions), this creates a transformation whose outputs are the
* reduced T-Dimensional & class-specific distribution (where T<= number of unique
* classes-1). The transformation matrix is essentially a DxT matrix, the columns of
* which correspond to the specified number of eigenvectors which maximizes the ratio
Expand Down

0 comments on commit eb3c7af

Please sign in to comment.