Commit Graph
16528 Commits
Author SHA1 Message Date
Kirill Mishchenko 5a031ef2ee Use double for the validationSize parameter 2017-07-17 08:13:30 +05:00
Kirill Mishchenko d59777c0b0 Rearrange methods 2017-07-07 09:09:28 +05:00
Kirill Mishchenko 0199044b8a Refactor initialization 2017-07-07 09:04:05 +05:00
Kirill Mishchenko d6c3e7294e Avoid coping data more than once 2017-07-07 08:55:30 +05:00
Kirill Mishchenko 259187a8bb Change articles 2017-07-06 15:54:21 +05:00
Kirill Mishchenko 81ead58730 Add descriptions for the tests 2017-07-04 15:23:24 +05:00
Kirill Mishchenko dae0b16ab5 Fix indentation 2017-07-04 08:01:58 +05:00
Kirill Mishchenko 765797358b Get rid of std::ostringstream 2017-07-03 13:32:48 +05:00
Kirill Mishchenko ba31510c98 Extend documentation 2017-07-03 12:46:41 +05:00
Kirill Mishchenko b07e0aa292 Make SimpleCV to take CVBase args as const refs. 2017-07-03 12:10:54 +05:00
Kirill Mishchenko abc1ee5c38 Expand names of template parameters 2017-07-03 11:58:14 +05:00
Kirill Mishchenko 211ec36d2e Double *'s in the beginning of comments 2017-07-03 11:39:27 +05:00
Kirill Mishchenko 1be5368bb5 Fix minor style issues 2017-07-01 08:38:51 +05:00
Kirill Mishchenko ad7d929aef Fix documentation 2017-06-30 08:19:16 +05:00
Kirill Mishchenko d62549d281 Merge branch 'master' into simple_cv 2017-06-30 07:57:44 +05:00
Ryan Curtin 483833e324 Merge pull request #1040 from micyril/const_data
Passing const data to DecisionTree constructors
2017-06-29 10:00:50 -04:00
Kirill Mishchenko 0c3961f4c7 Add a simple cross-validation strategy 2017-06-29 13:54:22 +05:00
Kirill Mishchenko 0e6415e13b Put MockCategoricalData into a separate file 2017-06-29 11:26:07 +05:00
Kirill Mishchenko 1aa6f39546 Add IsSupported and SupportWeights flags
Add IsSupported and SupportWeights flags into MetaInfoExtractor.
2017-06-29 11:26:00 +05:00
Yannis Mentekidis 0a0c51dc6a Merge pull request #1015 from shikharbhardwaj/dev
Merges #1015
2017-06-28 10:04:05 +01:00
Kirill Mishchenko babbd4d54a Use std::decay 2017-06-28 08:01:20 +05:00
Ryan Curtin a911eddf93 Merge pull request #1043 from sam0410/name
Adding Name
2017-06-27 14:38:19 -04:00
Samikshya Chand 828f6702c2 adding name 2017-06-27 23:44:24 +05:30
Samikshya Chand 3ed70227e1 adding name 2017-06-27 23:41:09 +05:30
Ryan Curtin 97fd47de5e Merge pull request #1032 from ShangtongZhang/opt
Update Optimizer API
2017-06-27 12:34:26 -04:00
Ryan Curtin 470f0f5d60 Merge branch 'sam0410-hoeff' 2017-06-27 12:32:57 -04:00
Ryan Curtin 4d102b71ce Minor style fixes, make NumDescendants() const. 2017-06-27 12:32:39 -04:00
Ryan Curtin 73c9635202 Merge branch 'hoeff' of https://github.com/sam0410/mlpack into sam0410-hoeff 2017-06-27 12:21:44 -04:00
Shikhar Bhardwaj a0b431b2a2 Merge branch 'master' into dev 2017-06-27 17:46:50 +05:30
Samikshya Chand c4c1005239 Update hoeffding_tree.hpp 2017-06-27 11:23:43 +05:30
Samikshya Chand 555bca6ff2 Update hoeffding_tree.hpp 2017-06-27 11:16:00 +05:30
Samikshya Chand c8ca4e7706 fix comment style 2017-06-27 11:04:50 +05:30
Samikshya Chand 8f8723b705 fix comment style 2017-06-27 11:01:54 +05:30
Samikshya Chand ccd5124c23 Update hoeffding_tree_test.cpp 2017-06-27 11:00:12 +05:30
Samikshya Chand 366f306354 Comment correction according to guidelines 2017-06-27 10:57:54 +05:30
Yannis Mentekidis 980ba7e49a Merge pull request #1024 from shikharbhardwaj/parallel_kmeans
Parallel implementation of NaiveKMeans. Closes #514
2017-06-26 21:51:41 +01:00
Kirill Mishchenko a6d2bb5ca3 Put the comments into right places 2017-06-25 17:57:46 +05:00
Kirill Mishchenko 3ba2ce7c09 Add an empty line for separating blocks 2017-06-25 17:55:05 +05:00
Kirill Mishchenko c55bbfb4e1 Remove the const qualifier
Remove the const qualifier from data in constructors and Train methods.
2017-06-25 17:52:14 +05:00
Shangtong Zhang 9ea51d36bc Update softmax regression test case 2017-06-24 17:21:53 -06:00
Shangtong Zhang e0ae170d36 Fix failed cv test 2017-06-24 09:04:36 -06:00
Shangtong Zhang 4ed2756ee9 Merge remote-tracking branch 'mlpack/master' into opt 2017-06-23 22:53:16 -06:00
Shangtong Zhang f967b92a3a Add a comment 2017-06-23 08:50:36 -06:00
Ryan Curtin e177287b83 Merge pull request #1031 from micyril/meta_info
Extracting meta information
2017-06-23 07:19:02 -04:00
Shangtong Zhang 1700fb4e54 Fix failed softmax test case 2017-06-22 16:58:48 -06:00
Samikshya Chand c691427a22 this 2017-06-23 04:16:54 +05:30
Samikshya Chand 5726345c61 delete spaces 2017-06-23 03:47:35 +05:30
Samikshya Chand d9c7b2356e delete space 2017-06-23 03:42:48 +05:30
Samikshya Chand c124b827d1 style 2017-06-23 03:36:04 +05:30
Samikshya Chand 0999bbb839 style 2017-06-23 02:44:11 +05:30