Skip to content
Snippets Groups Projects

removed unnecessary commands starting with ./bin/

Merged Alain KOMATY requested to merge hackathon2017 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -46,7 +46,7 @@ of these statistics is provided by :py:attr:`bob.db.iris.stat_names`.
Classifying the Iris Flowers with LDA
-------------------------------------
As an exemplary use case, we provide a script ``./bin/iris_lda.py`` that computes a Linear Discriminant Analysis (LDA) using the :py:class:`bob.learn.linear.FisherLDATrainer` using all data vectors.
As an exemplary use case, we provide a script ``iris_lda.py`` that computes a Linear Discriminant Analysis (LDA) using the :py:class:`bob.learn.linear.FisherLDATrainer` using all data vectors.
Afterward, it classifies all training data and plots histograms of the data projected on the first LDA component.
A detailed explanation of this example script is given :ref:`here <iris_example>`.
Loading