[mlpack-git] master: Don't forget the perceptron. (5c00312)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Mar 30 21:51:13 EDT 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/648651ec58bd4d0bcf8a2389e9c35758148181cb...5c0031225be582bf6055fe2027043b01bf29c690

>---------------------------------------------------------------

commit 5c0031225be582bf6055fe2027043b01bf29c690
Author: ryan <ryan at ratml.org>
Date:   Mon Mar 30 21:43:55 2015 -0400

    Don't forget the perceptron.


>---------------------------------------------------------------

5c0031225be582bf6055fe2027043b01bf29c690
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 26a2dc5..196a1f7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -347,7 +347,7 @@ if (UNIX)
           allkfn allknn allkrann cf decision_stump det emst fastmks gmm
           hmm_generate hmm_loglik hmm_train hmm_viterbi kernel_pca kmeans lars
           linear_regression local_coordinate_coding logistic_regression lsh nbc
-          nca nmf pca radical range_search sparse_coding
+          nca nmf pca perceptron radical range_search sparse_coding
         COMMENT "Generating man pages from built executables."
     )
 



More information about the mlpack-git mailing list