notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
mlpack Fast, flexible machine learning library
4.3.0_1 math on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.3.0Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-05-06 14:36:10
Last Update: 2024-02-13 14:44:22
Commit Hash: db61653
License: BSD3CLAUSE
WWW:
https://www.mlpack.org/
Description:
mlpack is a fast, flexible machine learning library, written in C++, that aims to provide fast, extensible implementations of cutting-edge machine learning algorithms. mlpack provides these algorithms as simple command-line programs, Python bindings, and C++ classes which can then be integrated into larger-scale machine learning solutions.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (1142 items)
Collapse this list.
  1. /usr/local/share/licenses/mlpack-4.3.0_1/catalog.mk
  2. /usr/local/share/licenses/mlpack-4.3.0_1/LICENSE
  3. /usr/local/share/licenses/mlpack-4.3.0_1/BSD3CLAUSE
  4. bin/mlpack_adaboost
  5. bin/mlpack_approx_kfn
  6. bin/mlpack_bayesian_linear_regression
  7. bin/mlpack_cf
  8. bin/mlpack_dbscan
  9. bin/mlpack_decision_tree
  10. bin/mlpack_det
  11. bin/mlpack_emst
  12. bin/mlpack_fastmks
  13. bin/mlpack_gmm_generate
  14. bin/mlpack_gmm_probability
  15. bin/mlpack_gmm_train
  16. bin/mlpack_hmm_generate
  17. bin/mlpack_hmm_loglik
  18. bin/mlpack_hmm_train
  19. bin/mlpack_hmm_viterbi
  20. bin/mlpack_hoeffding_tree
  21. bin/mlpack_image_converter
  22. bin/mlpack_kde
  23. bin/mlpack_kernel_pca
  24. bin/mlpack_kfn
  25. bin/mlpack_kmeans
  26. bin/mlpack_knn
  27. bin/mlpack_krann
  28. bin/mlpack_lars
  29. bin/mlpack_linear_regression
  30. bin/mlpack_linear_svm
  31. bin/mlpack_lmnn
  32. bin/mlpack_local_coordinate_coding
  33. bin/mlpack_logistic_regression
  34. bin/mlpack_lsh
  35. bin/mlpack_mean_shift
  36. bin/mlpack_nbc
  37. bin/mlpack_nca
  38. bin/mlpack_nmf
  39. bin/mlpack_pca
  40. bin/mlpack_perceptron
  41. bin/mlpack_preprocess_binarize
  42. bin/mlpack_preprocess_describe
  43. bin/mlpack_preprocess_imputer
  44. bin/mlpack_preprocess_one_hot_encoding
  45. bin/mlpack_preprocess_scale
  46. bin/mlpack_preprocess_split
  47. bin/mlpack_radical
  48. bin/mlpack_random_forest
  49. bin/mlpack_range_search
  50. bin/mlpack_softmax_regression
  51. bin/mlpack_sparse_coding
  52. include/mlpack.hpp
  53. include/mlpack/base.hpp
  54. include/mlpack/config.hpp
  55. include/mlpack/core.hpp
  56. include/mlpack/core/arma_extend/Mat_extra_bones.hpp
  57. include/mlpack/core/arma_extend/SpMat_extra_bones.hpp
  58. include/mlpack/core/arma_extend/arma_extend.hpp
  59. include/mlpack/core/arma_extend/serialize_armadillo.hpp
  60. include/mlpack/core/cereal/array_wrapper.hpp
  61. include/mlpack/core/cereal/is_loading.hpp
  62. include/mlpack/core/cereal/is_saving.hpp
  63. include/mlpack/core/cereal/pair_associative_container.hpp
  64. include/mlpack/core/cereal/pointer_vector_wrapper.hpp
  65. include/mlpack/core/cereal/pointer_wrapper.hpp
  66. include/mlpack/core/cereal/unordered_map.hpp
  67. include/mlpack/core/cv/cv.hpp
  68. include/mlpack/core/cv/cv_base.hpp
  69. include/mlpack/core/cv/cv_base_impl.hpp
  70. include/mlpack/core/cv/k_fold_cv.hpp
  71. include/mlpack/core/cv/k_fold_cv_impl.hpp
  72. include/mlpack/core/cv/meta_info_extractor.hpp
  73. include/mlpack/core/cv/metrics/accuracy.hpp
  74. include/mlpack/core/cv/metrics/accuracy_impl.hpp
  75. include/mlpack/core/cv/metrics/average_strategy.hpp
  76. include/mlpack/core/cv/metrics/f1.hpp
  77. include/mlpack/core/cv/metrics/f1_impl.hpp
  78. include/mlpack/core/cv/metrics/facilities.hpp
  79. include/mlpack/core/cv/metrics/metrics.hpp
  80. include/mlpack/core/cv/metrics/mse.hpp
  81. include/mlpack/core/cv/metrics/mse_impl.hpp
  82. include/mlpack/core/cv/metrics/precision.hpp
  83. include/mlpack/core/cv/metrics/precision_impl.hpp
  84. include/mlpack/core/cv/metrics/r2_score.hpp
  85. include/mlpack/core/cv/metrics/r2_score_impl.hpp
  86. include/mlpack/core/cv/metrics/recall.hpp
  87. include/mlpack/core/cv/metrics/recall_impl.hpp
  88. include/mlpack/core/cv/metrics/roc_auc_score.hpp
  89. include/mlpack/core/cv/metrics/roc_auc_score_impl.hpp
  90. include/mlpack/core/cv/metrics/silhouette_score.hpp
  91. include/mlpack/core/cv/metrics/silhouette_score_impl.hpp
  92. include/mlpack/core/cv/simple_cv.hpp
  93. include/mlpack/core/cv/simple_cv_impl.hpp
  94. include/mlpack/core/data/binarize.hpp
  95. include/mlpack/core/data/check_categorical_param.hpp
  96. include/mlpack/core/data/confusion_matrix.hpp
  97. include/mlpack/core/data/confusion_matrix_impl.hpp
  98. include/mlpack/core/data/data.hpp
  99. include/mlpack/core/data/dataset_mapper.hpp
  100. include/mlpack/core/data/dataset_mapper_impl.hpp
  101. include/mlpack/core/data/detect_file_type.hpp
  102. include/mlpack/core/data/detect_file_type_impl.hpp
  103. include/mlpack/core/data/extension.hpp
  104. include/mlpack/core/data/format.hpp
  105. include/mlpack/core/data/has_serialize.hpp
  106. include/mlpack/core/data/image_info.hpp
  107. include/mlpack/core/data/image_info_impl.hpp
  108. include/mlpack/core/data/imputation_methods/custom_imputation.hpp
  109. include/mlpack/core/data/imputation_methods/imputation_methods.hpp
  110. include/mlpack/core/data/imputation_methods/listwise_deletion.hpp
  111. include/mlpack/core/data/imputation_methods/mean_imputation.hpp
  112. include/mlpack/core/data/imputation_methods/median_imputation.hpp
  113. include/mlpack/core/data/imputer.hpp
  114. include/mlpack/core/data/is_naninf.hpp
  115. include/mlpack/core/data/load.hpp
  116. include/mlpack/core/data/load_arff.hpp
  117. include/mlpack/core/data/load_arff_impl.hpp
  118. include/mlpack/core/data/load_categorical_csv.hpp
  119. include/mlpack/core/data/load_csv.hpp
  120. include/mlpack/core/data/load_image.hpp
  121. include/mlpack/core/data/load_image_impl.hpp
  122. include/mlpack/core/data/load_impl.hpp
  123. include/mlpack/core/data/load_model_impl.hpp
  124. include/mlpack/core/data/load_numeric_csv.hpp
  125. include/mlpack/core/data/load_vec_impl.hpp
  126. include/mlpack/core/data/map_policies/datatype.hpp
  127. include/mlpack/core/data/map_policies/increment_policy.hpp
  128. include/mlpack/core/data/map_policies/map_policies.hpp
  129. include/mlpack/core/data/map_policies/missing_policy.hpp
  130. include/mlpack/core/data/normalize_labels.hpp
  131. include/mlpack/core/data/normalize_labels_impl.hpp
  132. include/mlpack/core/data/one_hot_encoding.hpp
  133. include/mlpack/core/data/one_hot_encoding_impl.hpp
  134. include/mlpack/core/data/save.hpp
  135. include/mlpack/core/data/save_image.hpp
  136. include/mlpack/core/data/save_image_impl.hpp
  137. include/mlpack/core/data/save_impl.hpp
  138. include/mlpack/core/data/scaler_methods/max_abs_scaler.hpp
  139. include/mlpack/core/data/scaler_methods/mean_normalization.hpp
  140. include/mlpack/core/data/scaler_methods/min_max_scaler.hpp
  141. include/mlpack/core/data/scaler_methods/pca_whitening.hpp
  142. include/mlpack/core/data/scaler_methods/scaler_methods.hpp
  143. include/mlpack/core/data/scaler_methods/standard_scaler.hpp
  144. include/mlpack/core/data/scaler_methods/zca_whitening.hpp
  145. include/mlpack/core/data/split_data.hpp
  146. include/mlpack/core/data/string_algorithms.hpp
  147. include/mlpack/core/data/string_encoding.hpp
  148. include/mlpack/core/data/string_encoding_dictionary.hpp
  149. include/mlpack/core/data/string_encoding_impl.hpp
  150. include/mlpack/core/data/string_encoding_policies/bag_of_words_encoding_policy.hpp
  151. include/mlpack/core/data/string_encoding_policies/dictionary_encoding_policy.hpp
  152. include/mlpack/core/data/string_encoding_policies/policy_traits.hpp
  153. include/mlpack/core/data/string_encoding_policies/string_encoding_policies.hpp
  154. include/mlpack/core/data/string_encoding_policies/tf_idf_encoding_policy.hpp
  155. include/mlpack/core/data/tokenizers/char_extract.hpp
  156. include/mlpack/core/data/tokenizers/split_by_any_of.hpp
  157. include/mlpack/core/data/tokenizers/tokenizers.hpp
  158. include/mlpack/core/data/types.hpp
  159. include/mlpack/core/data/types_impl.hpp
  160. include/mlpack/core/dists/diagonal_gaussian_distribution.hpp
  161. include/mlpack/core/dists/diagonal_gaussian_distribution_impl.hpp
  162. include/mlpack/core/dists/discrete_distribution.hpp
  163. include/mlpack/core/dists/discrete_distribution_impl.hpp
  164. include/mlpack/core/dists/dists.hpp
  165. include/mlpack/core/dists/gamma_distribution.hpp
  166. include/mlpack/core/dists/gamma_distribution_impl.hpp
  167. include/mlpack/core/dists/gaussian_distribution.hpp
  168. include/mlpack/core/dists/gaussian_distribution_impl.hpp
  169. include/mlpack/core/dists/laplace_distribution.hpp
  170. include/mlpack/core/dists/laplace_distribution_impl.hpp
  171. include/mlpack/core/dists/regression_distribution.hpp
  172. include/mlpack/core/dists/regression_distribution_impl.hpp
  173. include/mlpack/core/hpt/cv_function.hpp
  174. include/mlpack/core/hpt/cv_function_impl.hpp
  175. include/mlpack/core/hpt/deduce_hp_types.hpp
  176. include/mlpack/core/hpt/fixed.hpp
  177. include/mlpack/core/hpt/hpt.hpp
  178. include/mlpack/core/hpt/hpt_impl.hpp
  179. include/mlpack/core/kernels/cauchy_kernel.hpp
  180. include/mlpack/core/kernels/cosine_distance.hpp
  181. include/mlpack/core/kernels/cosine_distance_impl.hpp
  182. include/mlpack/core/kernels/epanechnikov_kernel.hpp
  183. include/mlpack/core/kernels/epanechnikov_kernel_impl.hpp
  184. include/mlpack/core/kernels/example_kernel.hpp
  185. include/mlpack/core/kernels/gaussian_kernel.hpp
  186. include/mlpack/core/kernels/hyperbolic_tangent_kernel.hpp
  187. include/mlpack/core/kernels/kernel_traits.hpp
  188. include/mlpack/core/kernels/kernels.hpp
  189. include/mlpack/core/kernels/laplacian_kernel.hpp
  190. include/mlpack/core/kernels/linear_kernel.hpp
  191. include/mlpack/core/kernels/polynomial_kernel.hpp
  192. include/mlpack/core/kernels/pspectrum_string_kernel.hpp
  193. include/mlpack/core/kernels/pspectrum_string_kernel_impl.hpp
  194. include/mlpack/core/kernels/spherical_kernel.hpp
  195. include/mlpack/core/kernels/triangular_kernel.hpp
  196. include/mlpack/core/math/ccov.hpp
  197. include/mlpack/core/math/ccov_impl.hpp
  198. include/mlpack/core/math/clamp.hpp
  199. include/mlpack/core/math/columns_to_blocks.hpp
  200. include/mlpack/core/math/columns_to_blocks_impl.hpp
  201. include/mlpack/core/math/digamma.hpp
  202. include/mlpack/core/math/lin_alg.hpp
  203. include/mlpack/core/math/lin_alg_impl.hpp
  204. include/mlpack/core/math/log_add.hpp
  205. include/mlpack/core/math/log_add_impl.hpp
  206. include/mlpack/core/math/make_alias.hpp
  207. include/mlpack/core/math/math.hpp
  208. include/mlpack/core/math/multiply_slices.hpp
  209. include/mlpack/core/math/multiply_slices_impl.hpp
  210. include/mlpack/core/math/quantile.hpp
  211. include/mlpack/core/math/random.hpp
  212. include/mlpack/core/math/random_basis.hpp
  213. include/mlpack/core/math/random_basis_impl.hpp
  214. include/mlpack/core/math/range.hpp
  215. include/mlpack/core/math/range_impl.hpp
  216. include/mlpack/core/math/round.hpp
  217. include/mlpack/core/math/shuffle_data.hpp
  218. include/mlpack/core/math/trigamma.hpp
  219. include/mlpack/core/metrics/bleu.hpp
  220. include/mlpack/core/metrics/bleu_impl.hpp
  221. include/mlpack/core/metrics/iou_metric.hpp
  222. include/mlpack/core/metrics/iou_metric_impl.hpp
  223. include/mlpack/core/metrics/ip_metric.hpp
  224. include/mlpack/core/metrics/ip_metric_impl.hpp
  225. include/mlpack/core/metrics/lmetric.hpp
  226. include/mlpack/core/metrics/lmetric_impl.hpp
  227. include/mlpack/core/metrics/mahalanobis_distance.hpp
  228. include/mlpack/core/metrics/mahalanobis_distance_impl.hpp
  229. include/mlpack/core/metrics/metrics.hpp
  230. include/mlpack/core/metrics/non_maximal_suppression.hpp
  231. include/mlpack/core/metrics/non_maximal_suppression_impl.hpp
  232. include/mlpack/core/std_backport/LICENSE.txt
  233. include/mlpack/core/std_backport/README.md
  234. include/mlpack/core/std_backport/algorithm.hpp
  235. include/mlpack/core/std_backport/any.hpp
  236. include/mlpack/core/std_backport/functional.hpp
  237. include/mlpack/core/std_backport/internal.hpp
  238. include/mlpack/core/std_backport/iterator.hpp
  239. include/mlpack/core/std_backport/meta.hpp
  240. include/mlpack/core/std_backport/range.hpp
  241. include/mlpack/core/std_backport/string_view.hpp
  242. include/mlpack/core/std_backport/type_traits.hpp
  243. include/mlpack/core/std_backport/typeinfo.hpp
  244. include/mlpack/core/std_backport/utility.hpp
  245. include/mlpack/core/tree/address.hpp
  246. include/mlpack/core/tree/ballbound.hpp
  247. include/mlpack/core/tree/ballbound_impl.hpp
  248. include/mlpack/core/tree/binary_space_tree.hpp
  249. include/mlpack/core/tree/binary_space_tree/binary_space_tree.hpp
  250. include/mlpack/core/tree/binary_space_tree/binary_space_tree_impl.hpp
  251. include/mlpack/core/tree/binary_space_tree/breadth_first_dual_tree_traverser.hpp
  252. include/mlpack/core/tree/binary_space_tree/breadth_first_dual_tree_traverser_impl.hpp
  253. include/mlpack/core/tree/binary_space_tree/dual_tree_traverser.hpp
  254. include/mlpack/core/tree/binary_space_tree/dual_tree_traverser_impl.hpp
  255. include/mlpack/core/tree/binary_space_tree/mean_split.hpp
  256. include/mlpack/core/tree/binary_space_tree/mean_split_impl.hpp
  257. include/mlpack/core/tree/binary_space_tree/midpoint_split.hpp
  258. include/mlpack/core/tree/binary_space_tree/midpoint_split_impl.hpp
  259. include/mlpack/core/tree/binary_space_tree/rp_tree_max_split.hpp
  260. include/mlpack/core/tree/binary_space_tree/rp_tree_max_split_impl.hpp
  261. include/mlpack/core/tree/binary_space_tree/rp_tree_mean_split.hpp
  262. include/mlpack/core/tree/binary_space_tree/rp_tree_mean_split_impl.hpp
  263. include/mlpack/core/tree/binary_space_tree/single_tree_traverser.hpp
  264. include/mlpack/core/tree/binary_space_tree/single_tree_traverser_impl.hpp
  265. include/mlpack/core/tree/binary_space_tree/traits.hpp
  266. include/mlpack/core/tree/binary_space_tree/typedef.hpp
  267. include/mlpack/core/tree/binary_space_tree/ub_tree_split.hpp
  268. include/mlpack/core/tree/binary_space_tree/ub_tree_split_impl.hpp
  269. include/mlpack/core/tree/binary_space_tree/vantage_point_split.hpp
  270. include/mlpack/core/tree/binary_space_tree/vantage_point_split_impl.hpp
  271. include/mlpack/core/tree/bound_traits.hpp
  272. include/mlpack/core/tree/bounds.hpp
  273. include/mlpack/core/tree/build_tree.hpp
  274. include/mlpack/core/tree/cellbound.hpp
  275. include/mlpack/core/tree/cellbound_impl.hpp
  276. include/mlpack/core/tree/cosine_tree/cosine_tree.hpp
  277. include/mlpack/core/tree/cosine_tree/cosine_tree_impl.hpp
  278. include/mlpack/core/tree/cover_tree.hpp
  279. include/mlpack/core/tree/cover_tree/cover_tree.hpp
  280. include/mlpack/core/tree/cover_tree/cover_tree_impl.hpp
  281. include/mlpack/core/tree/cover_tree/dual_tree_traverser.hpp
  282. include/mlpack/core/tree/cover_tree/dual_tree_traverser_impl.hpp
  283. include/mlpack/core/tree/cover_tree/first_point_is_root.hpp
  284. include/mlpack/core/tree/cover_tree/single_tree_traverser.hpp
  285. include/mlpack/core/tree/cover_tree/single_tree_traverser_impl.hpp
  286. include/mlpack/core/tree/cover_tree/traits.hpp
  287. include/mlpack/core/tree/cover_tree/typedef.hpp
  288. include/mlpack/core/tree/enumerate_tree.hpp
  289. include/mlpack/core/tree/example_tree.hpp
  290. include/mlpack/core/tree/greedy_single_tree_traverser.hpp
  291. include/mlpack/core/tree/greedy_single_tree_traverser_impl.hpp
  292. include/mlpack/core/tree/hollow_ball_bound.hpp
  293. include/mlpack/core/tree/hollow_ball_bound_impl.hpp
  294. include/mlpack/core/tree/hrectbound.hpp
  295. include/mlpack/core/tree/hrectbound_impl.hpp
  296. include/mlpack/core/tree/octree.hpp
  297. include/mlpack/core/tree/octree/dual_tree_traverser.hpp
  298. include/mlpack/core/tree/octree/dual_tree_traverser_impl.hpp
  299. include/mlpack/core/tree/octree/octree.hpp
  300. include/mlpack/core/tree/octree/octree_impl.hpp
  301. include/mlpack/core/tree/octree/single_tree_traverser.hpp
  302. include/mlpack/core/tree/octree/single_tree_traverser_impl.hpp
  303. include/mlpack/core/tree/octree/traits.hpp
  304. include/mlpack/core/tree/perform_split.hpp
  305. include/mlpack/core/tree/rectangle_tree.hpp
  306. include/mlpack/core/tree/rectangle_tree/discrete_hilbert_value.hpp
  307. include/mlpack/core/tree/rectangle_tree/discrete_hilbert_value_impl.hpp
  308. include/mlpack/core/tree/rectangle_tree/dual_tree_traverser.hpp
  309. include/mlpack/core/tree/rectangle_tree/dual_tree_traverser_impl.hpp
  310. include/mlpack/core/tree/rectangle_tree/hilbert_r_tree_auxiliary_information.hpp
  311. include/mlpack/core/tree/rectangle_tree/hilbert_r_tree_auxiliary_information_impl.hpp
  312. include/mlpack/core/tree/rectangle_tree/hilbert_r_tree_descent_heuristic.hpp
  313. include/mlpack/core/tree/rectangle_tree/hilbert_r_tree_descent_heuristic_impl.hpp
  314. include/mlpack/core/tree/rectangle_tree/hilbert_r_tree_split.hpp
  315. include/mlpack/core/tree/rectangle_tree/hilbert_r_tree_split_impl.hpp
  316. include/mlpack/core/tree/rectangle_tree/minimal_coverage_sweep.hpp
  317. include/mlpack/core/tree/rectangle_tree/minimal_coverage_sweep_impl.hpp
  318. include/mlpack/core/tree/rectangle_tree/minimal_splits_number_sweep.hpp
  319. include/mlpack/core/tree/rectangle_tree/minimal_splits_number_sweep_impl.hpp
  320. include/mlpack/core/tree/rectangle_tree/no_auxiliary_information.hpp
  321. include/mlpack/core/tree/rectangle_tree/r_plus_plus_tree_auxiliary_information.hpp
  322. include/mlpack/core/tree/rectangle_tree/r_plus_plus_tree_auxiliary_information_impl.hpp
  323. include/mlpack/core/tree/rectangle_tree/r_plus_plus_tree_descent_heuristic.hpp
  324. include/mlpack/core/tree/rectangle_tree/r_plus_plus_tree_descent_heuristic_impl.hpp
  325. include/mlpack/core/tree/rectangle_tree/r_plus_plus_tree_split_policy.hpp
  326. include/mlpack/core/tree/rectangle_tree/r_plus_tree_descent_heuristic.hpp
  327. include/mlpack/core/tree/rectangle_tree/r_plus_tree_descent_heuristic_impl.hpp
  328. include/mlpack/core/tree/rectangle_tree/r_plus_tree_split.hpp
  329. include/mlpack/core/tree/rectangle_tree/r_plus_tree_split_impl.hpp
  330. include/mlpack/core/tree/rectangle_tree/r_plus_tree_split_policy.hpp
  331. include/mlpack/core/tree/rectangle_tree/r_star_tree_descent_heuristic.hpp
  332. include/mlpack/core/tree/rectangle_tree/r_star_tree_descent_heuristic_impl.hpp
  333. include/mlpack/core/tree/rectangle_tree/r_star_tree_split.hpp
  334. include/mlpack/core/tree/rectangle_tree/r_star_tree_split_impl.hpp
  335. include/mlpack/core/tree/rectangle_tree/r_tree_descent_heuristic.hpp
  336. include/mlpack/core/tree/rectangle_tree/r_tree_descent_heuristic_impl.hpp
  337. include/mlpack/core/tree/rectangle_tree/r_tree_split.hpp
  338. include/mlpack/core/tree/rectangle_tree/r_tree_split_impl.hpp
  339. include/mlpack/core/tree/rectangle_tree/rectangle_tree.hpp
  340. include/mlpack/core/tree/rectangle_tree/rectangle_tree_impl.hpp
  341. include/mlpack/core/tree/rectangle_tree/single_tree_traverser.hpp
  342. include/mlpack/core/tree/rectangle_tree/single_tree_traverser_impl.hpp
  343. include/mlpack/core/tree/rectangle_tree/traits.hpp
  344. include/mlpack/core/tree/rectangle_tree/typedef.hpp
  345. include/mlpack/core/tree/rectangle_tree/x_tree_auxiliary_information.hpp
  346. include/mlpack/core/tree/rectangle_tree/x_tree_split.hpp
  347. include/mlpack/core/tree/rectangle_tree/x_tree_split_impl.hpp
  348. include/mlpack/core/tree/space_split/hyperplane.hpp
  349. include/mlpack/core/tree/space_split/mean_space_split.hpp
  350. include/mlpack/core/tree/space_split/mean_space_split_impl.hpp
  351. include/mlpack/core/tree/space_split/midpoint_space_split.hpp
  352. include/mlpack/core/tree/space_split/midpoint_space_split_impl.hpp
  353. include/mlpack/core/tree/space_split/projection_vector.hpp
  354. include/mlpack/core/tree/space_split/space_split.hpp
  355. include/mlpack/core/tree/space_split/space_split_impl.hpp
  356. include/mlpack/core/tree/spill_tree.hpp
  357. include/mlpack/core/tree/spill_tree/is_spill_tree.hpp
  358. include/mlpack/core/tree/spill_tree/spill_dual_tree_traverser.hpp
  359. include/mlpack/core/tree/spill_tree/spill_dual_tree_traverser_impl.hpp
  360. include/mlpack/core/tree/spill_tree/spill_single_tree_traverser.hpp
  361. include/mlpack/core/tree/spill_tree/spill_single_tree_traverser_impl.hpp
  362. include/mlpack/core/tree/spill_tree/spill_tree.hpp
  363. include/mlpack/core/tree/spill_tree/spill_tree_impl.hpp
  364. include/mlpack/core/tree/spill_tree/traits.hpp
  365. include/mlpack/core/tree/spill_tree/typedef.hpp
  366. include/mlpack/core/tree/statistic.hpp
  367. include/mlpack/core/tree/traversal_info.hpp
  368. include/mlpack/core/tree/tree.hpp
  369. include/mlpack/core/tree/tree_traits.hpp
  370. include/mlpack/core/util/arma_traits.hpp
  371. include/mlpack/core/util/backtrace.hpp
  372. include/mlpack/core/util/backtrace_impl.hpp
  373. include/mlpack/core/util/binding_details.hpp
  374. include/mlpack/core/util/deprecated.hpp
  375. include/mlpack/core/util/forward.hpp
  376. include/mlpack/core/util/hyphenate_string.hpp
  377. include/mlpack/core/util/io.hpp
  378. include/mlpack/core/util/io_impl.hpp
  379. include/mlpack/core/util/is_std_vector.hpp
  380. include/mlpack/core/util/log.hpp
  381. include/mlpack/core/util/log_impl.hpp
  382. include/mlpack/core/util/mlpack_main.hpp
  383. include/mlpack/core/util/nulloutstream.hpp
  384. include/mlpack/core/util/param.hpp
  385. include/mlpack/core/util/param_checks.hpp
  386. include/mlpack/core/util/param_checks_impl.hpp
  387. include/mlpack/core/util/param_data.hpp
  388. include/mlpack/core/util/params.hpp
  389. include/mlpack/core/util/params_impl.hpp
  390. include/mlpack/core/util/prefixedoutstream.hpp
  391. include/mlpack/core/util/prefixedoutstream_impl.hpp
  392. include/mlpack/core/util/program_doc.hpp
  393. include/mlpack/core/util/program_doc_impl.hpp
  394. include/mlpack/core/util/sfinae_utility.hpp
  395. include/mlpack/core/util/size_checks.hpp
  396. include/mlpack/core/util/timers.hpp
  397. include/mlpack/core/util/timers_impl.hpp
  398. include/mlpack/core/util/to_lower.hpp
  399. include/mlpack/core/util/version.hpp
  400. include/mlpack/core/util/version_impl.hpp
  401. include/mlpack/methods/CMakeLists.txt
  402. include/mlpack/methods/adaboost.hpp
  403. include/mlpack/methods/adaboost/adaboost.hpp
  404. include/mlpack/methods/adaboost/adaboost_classify_main.cpp
  405. include/mlpack/methods/adaboost/adaboost_impl.hpp
  406. include/mlpack/methods/adaboost/adaboost_main.cpp
  407. include/mlpack/methods/adaboost/adaboost_model.hpp
  408. include/mlpack/methods/adaboost/adaboost_model_impl.hpp
  409. include/mlpack/methods/adaboost/adaboost_probabilities_main.cpp
  410. include/mlpack/methods/adaboost/adaboost_train_main.cpp
  411. include/mlpack/methods/amf.hpp
  412. include/mlpack/methods/amf/amf.hpp
  413. include/mlpack/methods/amf/amf_impl.hpp
  414. include/mlpack/methods/amf/init_rules/average_init.hpp
  415. include/mlpack/methods/amf/init_rules/given_init.hpp
  416. include/mlpack/methods/amf/init_rules/init_rules.hpp
  417. include/mlpack/methods/amf/init_rules/merge_init.hpp
  418. include/mlpack/methods/amf/init_rules/random_acol_init.hpp
  419. include/mlpack/methods/amf/init_rules/random_init.hpp
  420. include/mlpack/methods/amf/termination_policies/complete_incremental_termination.hpp
  421. include/mlpack/methods/amf/termination_policies/incomplete_incremental_termination.hpp
  422. include/mlpack/methods/amf/termination_policies/max_iteration_termination.hpp
  423. include/mlpack/methods/amf/termination_policies/simple_residue_termination.hpp
  424. include/mlpack/methods/amf/termination_policies/simple_tolerance_termination.hpp
  425. include/mlpack/methods/amf/termination_policies/termination_policies.hpp
  426. include/mlpack/methods/amf/termination_policies/validation_rmse_termination.hpp
  427. include/mlpack/methods/amf/update_rules/nmf_als.hpp
  428. include/mlpack/methods/amf/update_rules/nmf_mult_dist.hpp
  429. include/mlpack/methods/amf/update_rules/nmf_mult_div.hpp
  430. include/mlpack/methods/amf/update_rules/svd_batch_learning.hpp
  431. include/mlpack/methods/amf/update_rules/svd_complete_incremental_learning.hpp
  432. include/mlpack/methods/amf/update_rules/svd_incomplete_incremental_learning.hpp
  433. include/mlpack/methods/amf/update_rules/update_rules.hpp
  434. include/mlpack/methods/ann.hpp
  435. include/mlpack/methods/ann/activation_functions/activation_functions.hpp
  436. include/mlpack/methods/ann/activation_functions/bipolar_sigmoid_function.hpp
  437. include/mlpack/methods/ann/activation_functions/elish_function.hpp
  438. include/mlpack/methods/ann/activation_functions/elliot_function.hpp
  439. include/mlpack/methods/ann/activation_functions/gaussian_function.hpp
  440. include/mlpack/methods/ann/activation_functions/gelu_function.hpp
  441. include/mlpack/methods/ann/activation_functions/hard_sigmoid_function.hpp
  442. include/mlpack/methods/ann/activation_functions/hard_swish_function.hpp
  443. include/mlpack/methods/ann/activation_functions/hyper_sinh_function.hpp
  444. include/mlpack/methods/ann/activation_functions/identity_function.hpp
  445. include/mlpack/methods/ann/activation_functions/inverse_quadratic_function.hpp
  446. include/mlpack/methods/ann/activation_functions/lisht_function.hpp
  447. include/mlpack/methods/ann/activation_functions/logistic_function.hpp
  448. include/mlpack/methods/ann/activation_functions/mish_function.hpp
  449. include/mlpack/methods/ann/activation_functions/multi_quadratic_function.hpp
  450. include/mlpack/methods/ann/activation_functions/poisson1_function.hpp
  451. include/mlpack/methods/ann/activation_functions/quadratic_function.hpp
  452. include/mlpack/methods/ann/activation_functions/rectifier_function.hpp
  453. include/mlpack/methods/ann/activation_functions/silu_function.hpp
  454. include/mlpack/methods/ann/activation_functions/softplus_function.hpp
  455. include/mlpack/methods/ann/activation_functions/softsign_function.hpp
  456. include/mlpack/methods/ann/activation_functions/spline_function.hpp
  457. include/mlpack/methods/ann/activation_functions/swish_function.hpp
  458. include/mlpack/methods/ann/activation_functions/tanh_exponential_function.hpp
  459. include/mlpack/methods/ann/activation_functions/tanh_function.hpp
  460. include/mlpack/methods/ann/ann.hpp
  461. include/mlpack/methods/ann/augmented/augmented.hpp
  462. include/mlpack/methods/ann/augmented/tasks/add.hpp
  463. include/mlpack/methods/ann/augmented/tasks/add_impl.hpp
  464. include/mlpack/methods/ann/augmented/tasks/copy.hpp
  465. include/mlpack/methods/ann/augmented/tasks/copy_impl.hpp
  466. include/mlpack/methods/ann/augmented/tasks/score.hpp
  467. include/mlpack/methods/ann/augmented/tasks/score_impl.hpp
  468. include/mlpack/methods/ann/augmented/tasks/sort.hpp
  469. include/mlpack/methods/ann/augmented/tasks/sort_impl.hpp
  470. include/mlpack/methods/ann/augmented/tasks/tasks.hpp
  471. include/mlpack/methods/ann/convolution_rules/border_modes.hpp
  472. include/mlpack/methods/ann/convolution_rules/convolution_rules.hpp
  473. include/mlpack/methods/ann/convolution_rules/fft_convolution.hpp
  474. include/mlpack/methods/ann/convolution_rules/naive_convolution.hpp
  475. include/mlpack/methods/ann/convolution_rules/svd_convolution.hpp
  476. include/mlpack/methods/ann/dists/bernoulli_distribution.hpp
  477. include/mlpack/methods/ann/dists/bernoulli_distribution_impl.hpp
  478. include/mlpack/methods/ann/dists/dists.hpp
  479. include/mlpack/methods/ann/dists/normal_distribution.hpp
  480. include/mlpack/methods/ann/dists/normal_distribution_impl.hpp
  481. include/mlpack/methods/ann/ffn.hpp
  482. include/mlpack/methods/ann/ffn_impl.hpp
  483. include/mlpack/methods/ann/forward_decls.hpp
  484. include/mlpack/methods/ann/init_rules/const_init.hpp
  485. include/mlpack/methods/ann/init_rules/gaussian_init.hpp
  486. include/mlpack/methods/ann/init_rules/glorot_init.hpp
  487. include/mlpack/methods/ann/init_rules/he_init.hpp
  488. include/mlpack/methods/ann/init_rules/init_rules.hpp
  489. include/mlpack/methods/ann/init_rules/init_rules_traits.hpp
  490. include/mlpack/methods/ann/init_rules/kathirvalavakumar_subavathi_init.hpp
  491. include/mlpack/methods/ann/init_rules/lecun_normal_init.hpp
  492. include/mlpack/methods/ann/init_rules/network_init.hpp
  493. include/mlpack/methods/ann/init_rules/nguyen_widrow_init.hpp
  494. include/mlpack/methods/ann/init_rules/oivs_init.hpp
  495. include/mlpack/methods/ann/init_rules/orthogonal_init.hpp
  496. include/mlpack/methods/ann/init_rules/random_init.hpp
  497. include/mlpack/methods/ann/layer/adaptive_max_pooling.hpp
  498. include/mlpack/methods/ann/layer/adaptive_max_pooling_impl.hpp
  499. include/mlpack/methods/ann/layer/adaptive_mean_pooling.hpp
  500. include/mlpack/methods/ann/layer/adaptive_mean_pooling_impl.hpp
  501. include/mlpack/methods/ann/layer/add.hpp
  502. include/mlpack/methods/ann/layer/add_impl.hpp
  503. include/mlpack/methods/ann/layer/add_merge.hpp
  504. include/mlpack/methods/ann/layer/add_merge_impl.hpp
  505. include/mlpack/methods/ann/layer/alpha_dropout.hpp
  506. include/mlpack/methods/ann/layer/alpha_dropout_impl.hpp
  507. include/mlpack/methods/ann/layer/base_layer.hpp
  508. include/mlpack/methods/ann/layer/batch_norm.hpp
  509. include/mlpack/methods/ann/layer/batch_norm_impl.hpp
  510. include/mlpack/methods/ann/layer/c_relu.hpp
  511. include/mlpack/methods/ann/layer/c_relu_impl.hpp
  512. include/mlpack/methods/ann/layer/celu.hpp
  513. include/mlpack/methods/ann/layer/celu_impl.hpp
  514. include/mlpack/methods/ann/layer/concat.hpp
  515. include/mlpack/methods/ann/layer/concat_impl.hpp
  516. include/mlpack/methods/ann/layer/concatenate.hpp
  517. include/mlpack/methods/ann/layer/concatenate_impl.hpp
  518. include/mlpack/methods/ann/layer/convolution.hpp
  519. include/mlpack/methods/ann/layer/convolution_impl.hpp
  520. include/mlpack/methods/ann/layer/dropconnect.hpp
  521. include/mlpack/methods/ann/layer/dropconnect_impl.hpp
  522. include/mlpack/methods/ann/layer/dropout.hpp
  523. include/mlpack/methods/ann/layer/dropout_impl.hpp
  524. include/mlpack/methods/ann/layer/elu.hpp
  525. include/mlpack/methods/ann/layer/elu_impl.hpp
  526. include/mlpack/methods/ann/layer/flexible_relu.hpp
  527. include/mlpack/methods/ann/layer/flexible_relu_impl.hpp
  528. include/mlpack/methods/ann/layer/ftswish.hpp
  529. include/mlpack/methods/ann/layer/ftswish_impl.hpp
  530. include/mlpack/methods/ann/layer/grouped_convolution.hpp
  531. include/mlpack/methods/ann/layer/grouped_convolution_impl.hpp
  532. include/mlpack/methods/ann/layer/hard_tanh.hpp
  533. include/mlpack/methods/ann/layer/hard_tanh_impl.hpp
  534. include/mlpack/methods/ann/layer/identity.hpp
  535. include/mlpack/methods/ann/layer/identity_impl.hpp
  536. include/mlpack/methods/ann/layer/layer.hpp
  537. include/mlpack/methods/ann/layer/layer_norm.hpp
  538. include/mlpack/methods/ann/layer/layer_norm_impl.hpp
  539. include/mlpack/methods/ann/layer/layer_types.hpp
  540. include/mlpack/methods/ann/layer/leaky_relu.hpp
  541. include/mlpack/methods/ann/layer/leaky_relu_impl.hpp
  542. include/mlpack/methods/ann/layer/linear.hpp
  543. include/mlpack/methods/ann/layer/linear3d.hpp
  544. include/mlpack/methods/ann/layer/linear3d_impl.hpp
  545. include/mlpack/methods/ann/layer/linear_impl.hpp
  546. include/mlpack/methods/ann/layer/linear_no_bias.hpp
  547. include/mlpack/methods/ann/layer/linear_no_bias_impl.hpp
  548. include/mlpack/methods/ann/layer/log_softmax.hpp
  549. include/mlpack/methods/ann/layer/log_softmax_impl.hpp
  550. include/mlpack/methods/ann/layer/lstm.hpp
  551. include/mlpack/methods/ann/layer/lstm_impl.hpp
  552. include/mlpack/methods/ann/layer/max_pooling.hpp
  553. include/mlpack/methods/ann/layer/max_pooling_impl.hpp
  554. include/mlpack/methods/ann/layer/mean_pooling.hpp
  555. include/mlpack/methods/ann/layer/mean_pooling_impl.hpp
  556. include/mlpack/methods/ann/layer/multi_layer.hpp
  557. include/mlpack/methods/ann/layer/multi_layer_impl.hpp
  558. include/mlpack/methods/ann/layer/multihead_attention.hpp
  559. include/mlpack/methods/ann/layer/multihead_attention_impl.hpp
  560. include/mlpack/methods/ann/layer/noisylinear.hpp
  561. include/mlpack/methods/ann/layer/noisylinear_impl.hpp
  562. include/mlpack/methods/ann/layer/not_adapted/README.md
  563. include/mlpack/methods/ann/layer/not_adapted/atrous_convolution.hpp
  564. include/mlpack/methods/ann/layer/not_adapted/atrous_convolution_impl.hpp
  565. include/mlpack/methods/ann/layer/not_adapted/bicubic_interpolation.hpp
  566. include/mlpack/methods/ann/layer/not_adapted/bicubic_interpolation_impl.hpp
  567. include/mlpack/methods/ann/layer/not_adapted/bilinear_interpolation.hpp
  568. include/mlpack/methods/ann/layer/not_adapted/bilinear_interpolation_impl.hpp
  569. include/mlpack/methods/ann/layer/not_adapted/channel_shuffle.hpp
  570. include/mlpack/methods/ann/layer/not_adapted/channel_shuffle_impl.hpp
  571. include/mlpack/methods/ann/layer/not_adapted/concat_performance.hpp
  572. include/mlpack/methods/ann/layer/not_adapted/concat_performance_impl.hpp
  573. include/mlpack/methods/ann/layer/not_adapted/constant.hpp
  574. include/mlpack/methods/ann/layer/not_adapted/constant_impl.hpp
  575. include/mlpack/methods/ann/layer/not_adapted/fast_lstm.hpp
  576. include/mlpack/methods/ann/layer/not_adapted/fast_lstm_impl.hpp
  577. include/mlpack/methods/ann/layer/not_adapted/flatten_t_swish.hpp
  578. include/mlpack/methods/ann/layer/not_adapted/flatten_t_swish_impl.hpp
  579. include/mlpack/methods/ann/layer/not_adapted/glimpse.hpp
  580. include/mlpack/methods/ann/layer/not_adapted/glimpse_impl.hpp
  581. include/mlpack/methods/ann/layer/not_adapted/group_norm.hpp
  582. include/mlpack/methods/ann/layer/not_adapted/group_norm_impl.hpp
  583. include/mlpack/methods/ann/layer/not_adapted/gru.hpp
  584. include/mlpack/methods/ann/layer/not_adapted/gru_impl.hpp
  585. include/mlpack/methods/ann/layer/not_adapted/hardshrink.hpp
  586. include/mlpack/methods/ann/layer/not_adapted/hardshrink_impl.hpp
  587. include/mlpack/methods/ann/layer/not_adapted/highway.hpp
  588. include/mlpack/methods/ann/layer/not_adapted/highway_impl.hpp
  589. include/mlpack/methods/ann/layer/not_adapted/instance_norm.hpp
  590. include/mlpack/methods/ann/layer/not_adapted/instance_norm_impl.hpp
  591. include/mlpack/methods/ann/layer/not_adapted/isrlu.hpp
  592. include/mlpack/methods/ann/layer/not_adapted/isrlu_impl.hpp
  593. include/mlpack/methods/ann/layer/not_adapted/join.hpp
  594. include/mlpack/methods/ann/layer/not_adapted/join_impl.hpp
  595. include/mlpack/methods/ann/layer/not_adapted/lookup.hpp
  596. include/mlpack/methods/ann/layer/not_adapted/lookup_impl.hpp
  597. include/mlpack/methods/ann/layer/not_adapted/lp_pooling.hpp
  598. include/mlpack/methods/ann/layer/not_adapted/lp_pooling_impl.hpp
  599. include/mlpack/methods/ann/layer/not_adapted/minibatch_discrimination.hpp
  600. include/mlpack/methods/ann/layer/not_adapted/minibatch_discrimination_impl.hpp
  601. include/mlpack/methods/ann/layer/not_adapted/multiply_constant.hpp
  602. include/mlpack/methods/ann/layer/not_adapted/multiply_constant_impl.hpp
  603. include/mlpack/methods/ann/layer/not_adapted/multiply_merge.hpp
  604. include/mlpack/methods/ann/layer/not_adapted/multiply_merge_impl.hpp
  605. include/mlpack/methods/ann/layer/not_adapted/nearest_interpolation.hpp
  606. include/mlpack/methods/ann/layer/not_adapted/nearest_interpolation_impl.hpp
  607. include/mlpack/methods/ann/layer/not_adapted/pixel_shuffle.hpp
  608. include/mlpack/methods/ann/layer/not_adapted/pixel_shuffle_impl.hpp
  609. include/mlpack/methods/ann/layer/not_adapted/positional_encoding.hpp
  610. include/mlpack/methods/ann/layer/not_adapted/positional_encoding_impl.hpp
  611. include/mlpack/methods/ann/layer/not_adapted/recurrent.hpp
  612. include/mlpack/methods/ann/layer/not_adapted/recurrent_attention.hpp
  613. include/mlpack/methods/ann/layer/not_adapted/recurrent_attention_impl.hpp
  614. include/mlpack/methods/ann/layer/not_adapted/recurrent_impl.hpp
  615. include/mlpack/methods/ann/layer/not_adapted/reinforce_normal.hpp
  616. include/mlpack/methods/ann/layer/not_adapted/reinforce_normal_impl.hpp
  617. include/mlpack/methods/ann/layer/not_adapted/reparametrization.hpp
  618. include/mlpack/methods/ann/layer/not_adapted/reparametrization_impl.hpp
  619. include/mlpack/methods/ann/layer/not_adapted/select.hpp
  620. include/mlpack/methods/ann/layer/not_adapted/select_impl.hpp
  621. include/mlpack/methods/ann/layer/not_adapted/sequential.hpp
  622. include/mlpack/methods/ann/layer/not_adapted/sequential_impl.hpp
  623. include/mlpack/methods/ann/layer/not_adapted/softshrink.hpp
  624. include/mlpack/methods/ann/layer/not_adapted/softshrink_impl.hpp
  625. include/mlpack/methods/ann/layer/not_adapted/spatial_dropout.hpp
  626. include/mlpack/methods/ann/layer/not_adapted/spatial_dropout_impl.hpp
  627. include/mlpack/methods/ann/layer/not_adapted/subview.hpp
  628. include/mlpack/methods/ann/layer/not_adapted/transposed_convolution.hpp
  629. include/mlpack/methods/ann/layer/not_adapted/transposed_convolution_impl.hpp
  630. include/mlpack/methods/ann/layer/not_adapted/virtual_batch_norm.hpp
  631. include/mlpack/methods/ann/layer/not_adapted/virtual_batch_norm_impl.hpp
  632. include/mlpack/methods/ann/layer/not_adapted/weight_norm.hpp
  633. include/mlpack/methods/ann/layer/not_adapted/weight_norm_impl.hpp
  634. include/mlpack/methods/ann/layer/padding.hpp
  635. include/mlpack/methods/ann/layer/padding_impl.hpp
  636. include/mlpack/methods/ann/layer/parametric_relu.hpp
  637. include/mlpack/methods/ann/layer/parametric_relu_impl.hpp
  638. include/mlpack/methods/ann/layer/radial_basis_function.hpp
  639. include/mlpack/methods/ann/layer/radial_basis_function_impl.hpp
  640. include/mlpack/methods/ann/layer/recurrent_layer.hpp
  641. include/mlpack/methods/ann/layer/recurrent_layer_impl.hpp
  642. include/mlpack/methods/ann/layer/relu6.hpp
  643. include/mlpack/methods/ann/layer/relu6_impl.hpp
  644. include/mlpack/methods/ann/layer/serialization.hpp
  645. include/mlpack/methods/ann/layer/softmax.hpp
  646. include/mlpack/methods/ann/layer/softmax_impl.hpp
  647. include/mlpack/methods/ann/layer/softmin.hpp
  648. include/mlpack/methods/ann/layer/softmin_impl.hpp
  649. include/mlpack/methods/ann/loss_functions/binary_cross_entropy_loss.hpp
  650. include/mlpack/methods/ann/loss_functions/binary_cross_entropy_loss_impl.hpp
  651. include/mlpack/methods/ann/loss_functions/cosine_embedding_loss.hpp
  652. include/mlpack/methods/ann/loss_functions/cosine_embedding_loss_impl.hpp
  653. include/mlpack/methods/ann/loss_functions/dice_loss.hpp
  654. include/mlpack/methods/ann/loss_functions/dice_loss_impl.hpp
  655. include/mlpack/methods/ann/loss_functions/earth_mover_distance.hpp
  656. include/mlpack/methods/ann/loss_functions/earth_mover_distance_impl.hpp
  657. include/mlpack/methods/ann/loss_functions/empty_loss.hpp
  658. include/mlpack/methods/ann/loss_functions/empty_loss_impl.hpp
  659. include/mlpack/methods/ann/loss_functions/hinge_embedding_loss.hpp
  660. include/mlpack/methods/ann/loss_functions/hinge_embedding_loss_impl.hpp
  661. include/mlpack/methods/ann/loss_functions/hinge_loss.hpp
  662. include/mlpack/methods/ann/loss_functions/hinge_loss_impl.hpp
  663. include/mlpack/methods/ann/loss_functions/huber_loss.hpp
  664. include/mlpack/methods/ann/loss_functions/huber_loss_impl.hpp
  665. include/mlpack/methods/ann/loss_functions/kl_divergence.hpp
  666. include/mlpack/methods/ann/loss_functions/kl_divergence_impl.hpp
  667. include/mlpack/methods/ann/loss_functions/l1_loss.hpp
  668. include/mlpack/methods/ann/loss_functions/l1_loss_impl.hpp
  669. include/mlpack/methods/ann/loss_functions/log_cosh_loss.hpp
  670. include/mlpack/methods/ann/loss_functions/log_cosh_loss_impl.hpp
  671. include/mlpack/methods/ann/loss_functions/loss_functions.hpp
  672. include/mlpack/methods/ann/loss_functions/margin_ranking_loss.hpp
  673. include/mlpack/methods/ann/loss_functions/margin_ranking_loss_impl.hpp
  674. include/mlpack/methods/ann/loss_functions/mean_absolute_percentage_error.hpp
  675. include/mlpack/methods/ann/loss_functions/mean_absolute_percentage_error_impl.hpp
  676. include/mlpack/methods/ann/loss_functions/mean_bias_error.hpp
  677. include/mlpack/methods/ann/loss_functions/mean_bias_error_impl.hpp
  678. include/mlpack/methods/ann/loss_functions/mean_squared_error.hpp
  679. include/mlpack/methods/ann/loss_functions/mean_squared_error_impl.hpp
  680. include/mlpack/methods/ann/loss_functions/mean_squared_logarithmic_error.hpp
  681. include/mlpack/methods/ann/loss_functions/mean_squared_logarithmic_error_impl.hpp
  682. include/mlpack/methods/ann/loss_functions/multilabel_softmargin_loss.hpp
  683. include/mlpack/methods/ann/loss_functions/multilabel_softmargin_loss_impl.hpp
  684. include/mlpack/methods/ann/loss_functions/negative_log_likelihood.hpp
  685. include/mlpack/methods/ann/loss_functions/negative_log_likelihood_impl.hpp
  686. include/mlpack/methods/ann/loss_functions/poisson_nll_loss.hpp
  687. include/mlpack/methods/ann/loss_functions/poisson_nll_loss_impl.hpp
  688. include/mlpack/methods/ann/loss_functions/reconstruction_loss.hpp
  689. include/mlpack/methods/ann/loss_functions/reconstruction_loss_impl.hpp
  690. include/mlpack/methods/ann/loss_functions/sigmoid_cross_entropy_error.hpp
  691. include/mlpack/methods/ann/loss_functions/sigmoid_cross_entropy_error_impl.hpp
  692. include/mlpack/methods/ann/loss_functions/soft_margin_loss.hpp
  693. include/mlpack/methods/ann/loss_functions/soft_margin_loss_impl.hpp
  694. include/mlpack/methods/ann/loss_functions/triplet_margin_loss.hpp
  695. include/mlpack/methods/ann/loss_functions/triplet_margin_loss_impl.hpp
  696. include/mlpack/methods/ann/loss_functions/vr_class_reward.hpp
  697. include/mlpack/methods/ann/loss_functions/vr_class_reward_impl.hpp
  698. include/mlpack/methods/ann/make_alias.hpp
  699. include/mlpack/methods/ann/not_adapted/brnn.hpp
  700. include/mlpack/methods/ann/not_adapted/brnn_impl.hpp
  701. include/mlpack/methods/ann/not_adapted/gan/gan.hpp
  702. include/mlpack/methods/ann/not_adapted/gan/gan_impl.hpp
  703. include/mlpack/methods/ann/not_adapted/gan/gan_policies.hpp
  704. include/mlpack/methods/ann/not_adapted/gan/metrics/inception_score.hpp
  705. include/mlpack/methods/ann/not_adapted/gan/metrics/inception_score_impl.hpp
  706. include/mlpack/methods/ann/not_adapted/gan/wgan_impl.hpp
  707. include/mlpack/methods/ann/not_adapted/gan/wgangp_impl.hpp
  708. include/mlpack/methods/ann/not_adapted/rbm/rbm.hpp
  709. include/mlpack/methods/ann/not_adapted/rbm/rbm_impl.hpp
  710. include/mlpack/methods/ann/not_adapted/rbm/rbm_policies.hpp
  711. include/mlpack/methods/ann/not_adapted/rbm/spike_slab_rbm_impl.hpp
  712. include/mlpack/methods/ann/regularizer/lregularizer.hpp
  713. include/mlpack/methods/ann/regularizer/lregularizer_impl.hpp
  714. include/mlpack/methods/ann/regularizer/no_regularizer.hpp
  715. include/mlpack/methods/ann/regularizer/orthogonal_regularizer.hpp
  716. include/mlpack/methods/ann/regularizer/orthogonal_regularizer_impl.hpp
  717. include/mlpack/methods/ann/regularizer/regularizer.hpp
  718. include/mlpack/methods/ann/rnn.hpp
  719. include/mlpack/methods/ann/rnn_impl.hpp
  720. include/mlpack/methods/approx_kfn.hpp
  721. include/mlpack/methods/approx_kfn/approx_kfn.hpp
  722. include/mlpack/methods/approx_kfn/approx_kfn_main.cpp
  723. include/mlpack/methods/approx_kfn/drusilla_select.hpp
  724. include/mlpack/methods/approx_kfn/drusilla_select_impl.hpp
  725. include/mlpack/methods/approx_kfn/qdafn.hpp
  726. include/mlpack/methods/approx_kfn/qdafn_impl.hpp
  727. include/mlpack/methods/bayesian_linear_regression.hpp
  728. include/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression.hpp
  729. include/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression_impl.hpp
  730. include/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression_main.cpp
  731. include/mlpack/methods/bias_svd.hpp
  732. include/mlpack/methods/bias_svd/bias_svd.hpp
  733. include/mlpack/methods/bias_svd/bias_svd_function.hpp
  734. include/mlpack/methods/bias_svd/bias_svd_function_impl.hpp
  735. include/mlpack/methods/bias_svd/bias_svd_impl.hpp
  736. include/mlpack/methods/block_krylov_svd.hpp
  737. include/mlpack/methods/block_krylov_svd/block_krylov_svd.hpp
  738. include/mlpack/methods/block_krylov_svd/randomized_block_krylov_svd.hpp
  739. include/mlpack/methods/block_krylov_svd/randomized_block_krylov_svd_impl.hpp
  740. include/mlpack/methods/cf.hpp
  741. include/mlpack/methods/cf/cf.hpp
  742. include/mlpack/methods/cf/cf_impl.hpp
  743. include/mlpack/methods/cf/cf_main.cpp
  744. include/mlpack/methods/cf/cf_model.hpp
  745. include/mlpack/methods/cf/cf_model_impl.hpp
  746. include/mlpack/methods/cf/decomposition_policies/batch_svd_method.hpp
  747. include/mlpack/methods/cf/decomposition_policies/bias_svd_method.hpp
  748. include/mlpack/methods/cf/decomposition_policies/block_krylov_svd_method.hpp
  749. include/mlpack/methods/cf/decomposition_policies/decomposition_policies.hpp
  750. include/mlpack/methods/cf/decomposition_policies/nmf_method.hpp
  751. include/mlpack/methods/cf/decomposition_policies/quic_svd_method.hpp
  752. include/mlpack/methods/cf/decomposition_policies/randomized_svd_method.hpp
  753. include/mlpack/methods/cf/decomposition_policies/regularized_svd_method.hpp
  754. include/mlpack/methods/cf/decomposition_policies/svd_complete_method.hpp
  755. include/mlpack/methods/cf/decomposition_policies/svd_incomplete_method.hpp
  756. include/mlpack/methods/cf/decomposition_policies/svdplusplus_method.hpp
  757. include/mlpack/methods/cf/interpolation_policies/average_interpolation.hpp
  758. include/mlpack/methods/cf/interpolation_policies/interpolation_policies.hpp
  759. include/mlpack/methods/cf/interpolation_policies/regression_interpolation.hpp
  760. include/mlpack/methods/cf/interpolation_policies/similarity_interpolation.hpp
  761. include/mlpack/methods/cf/neighbor_search_policies/cosine_search.hpp
  762. include/mlpack/methods/cf/neighbor_search_policies/lmetric_search.hpp
  763. include/mlpack/methods/cf/neighbor_search_policies/neighbor_search_policies.hpp
  764. include/mlpack/methods/cf/neighbor_search_policies/pearson_search.hpp
  765. include/mlpack/methods/cf/normalization/combined_normalization.hpp
  766. include/mlpack/methods/cf/normalization/item_mean_normalization.hpp
  767. include/mlpack/methods/cf/normalization/no_normalization.hpp
  768. include/mlpack/methods/cf/normalization/normalization.hpp
  769. include/mlpack/methods/cf/normalization/overall_mean_normalization.hpp
  770. include/mlpack/methods/cf/normalization/user_mean_normalization.hpp
  771. include/mlpack/methods/cf/normalization/z_score_normalization.hpp
  772. include/mlpack/methods/cf/svd_wrapper.hpp
  773. include/mlpack/methods/cf/svd_wrapper_impl.hpp
  774. include/mlpack/methods/dbscan.hpp
  775. include/mlpack/methods/dbscan/dbscan.hpp
  776. include/mlpack/methods/dbscan/dbscan_impl.hpp
  777. include/mlpack/methods/dbscan/dbscan_main.cpp
  778. include/mlpack/methods/dbscan/ordered_point_selection.hpp
  779. include/mlpack/methods/dbscan/random_point_selection.hpp
  780. include/mlpack/methods/decision_tree.hpp
  781. include/mlpack/methods/decision_tree/all_categorical_split.hpp
  782. include/mlpack/methods/decision_tree/all_categorical_split_impl.hpp
  783. include/mlpack/methods/decision_tree/all_dimension_select.hpp
  784. include/mlpack/methods/decision_tree/best_binary_numeric_split.hpp
  785. include/mlpack/methods/decision_tree/best_binary_numeric_split_impl.hpp
  786. include/mlpack/methods/decision_tree/decision_tree.hpp
  787. include/mlpack/methods/decision_tree/decision_tree_impl.hpp
  788. include/mlpack/methods/decision_tree/decision_tree_main.cpp
  789. include/mlpack/methods/decision_tree/decision_tree_regressor.hpp
  790. include/mlpack/methods/decision_tree/decision_tree_regressor_impl.hpp
  791. include/mlpack/methods/decision_tree/gini_gain.hpp
  792. include/mlpack/methods/decision_tree/information_gain.hpp
  793. include/mlpack/methods/decision_tree/mad_gain.hpp
  794. include/mlpack/methods/decision_tree/mse_gain.hpp
  795. include/mlpack/methods/decision_tree/multiple_random_dimension_select.hpp
  796. include/mlpack/methods/decision_tree/random_binary_numeric_split.hpp
  797. include/mlpack/methods/decision_tree/random_binary_numeric_split_impl.hpp
  798. include/mlpack/methods/decision_tree/random_dimension_select.hpp
  799. include/mlpack/methods/decision_tree/utils.hpp
  800. include/mlpack/methods/det.hpp
  801. include/mlpack/methods/det/det.hpp
  802. include/mlpack/methods/det/det_main.cpp
  803. include/mlpack/methods/det/dt_utils.hpp
  804. include/mlpack/methods/det/dt_utils_impl.hpp
  805. include/mlpack/methods/det/dtree.hpp
  806. include/mlpack/methods/det/dtree_impl.hpp
  807. include/mlpack/methods/emst.hpp
  808. include/mlpack/methods/emst/dtb.hpp
  809. include/mlpack/methods/emst/dtb_impl.hpp
  810. include/mlpack/methods/emst/dtb_rules.hpp
  811. include/mlpack/methods/emst/dtb_rules_impl.hpp
  812. include/mlpack/methods/emst/dtb_stat.hpp
  813. include/mlpack/methods/emst/edge_pair.hpp
  814. include/mlpack/methods/emst/emst.hpp
  815. include/mlpack/methods/emst/emst_main.cpp
  816. include/mlpack/methods/emst/union_find.hpp
  817. include/mlpack/methods/fastmks.hpp
  818. include/mlpack/methods/fastmks/fastmks.hpp
  819. include/mlpack/methods/fastmks/fastmks_impl.hpp
  820. include/mlpack/methods/fastmks/fastmks_main.cpp
  821. include/mlpack/methods/fastmks/fastmks_model.hpp
  822. include/mlpack/methods/fastmks/fastmks_model_impl.hpp
  823. include/mlpack/methods/fastmks/fastmks_rules.hpp
  824. include/mlpack/methods/fastmks/fastmks_rules_impl.hpp
  825. include/mlpack/methods/fastmks/fastmks_stat.hpp
  826. include/mlpack/methods/gmm.hpp
  827. include/mlpack/methods/gmm/diagonal_constraint.hpp
  828. include/mlpack/methods/gmm/diagonal_gmm.hpp
  829. include/mlpack/methods/gmm/diagonal_gmm_impl.hpp
  830. include/mlpack/methods/gmm/eigenvalue_ratio_constraint.hpp
  831. include/mlpack/methods/gmm/em_fit.hpp
  832. include/mlpack/methods/gmm/em_fit_impl.hpp
  833. include/mlpack/methods/gmm/gmm.hpp
  834. include/mlpack/methods/gmm/gmm_generate_main.cpp
  835. include/mlpack/methods/gmm/gmm_impl.hpp
  836. include/mlpack/methods/gmm/gmm_probability_main.cpp
  837. include/mlpack/methods/gmm/gmm_train_main.cpp
  838. include/mlpack/methods/gmm/no_constraint.hpp
  839. include/mlpack/methods/gmm/positive_definite_constraint.hpp
  840. include/mlpack/methods/hmm.hpp
  841. include/mlpack/methods/hmm/hmm.hpp
  842. include/mlpack/methods/hmm/hmm_generate_main.cpp
  843. include/mlpack/methods/hmm/hmm_impl.hpp
  844. include/mlpack/methods/hmm/hmm_loglik_main.cpp
  845. include/mlpack/methods/hmm/hmm_model.hpp
  846. include/mlpack/methods/hmm/hmm_train_main.cpp
  847. include/mlpack/methods/hmm/hmm_util.hpp
  848. include/mlpack/methods/hmm/hmm_util_impl.hpp
  849. include/mlpack/methods/hmm/hmm_viterbi_main.cpp
  850. include/mlpack/methods/hoeffding_trees.hpp
  851. include/mlpack/methods/hoeffding_trees/binary_numeric_split.hpp
  852. include/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp
  853. include/mlpack/methods/hoeffding_trees/binary_numeric_split_info.hpp
  854. include/mlpack/methods/hoeffding_trees/categorical_split_info.hpp
  855. include/mlpack/methods/hoeffding_trees/gini_impurity.hpp
  856. include/mlpack/methods/hoeffding_trees/hoeffding_categorical_split.hpp
  857. include/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp
  858. include/mlpack/methods/hoeffding_trees/hoeffding_numeric_split.hpp
  859. include/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp
  860. include/mlpack/methods/hoeffding_trees/hoeffding_tree.hpp
  861. include/mlpack/methods/hoeffding_trees/hoeffding_tree_impl.hpp
  862. include/mlpack/methods/hoeffding_trees/hoeffding_tree_main.cpp
  863. include/mlpack/methods/hoeffding_trees/hoeffding_tree_model.hpp
  864. include/mlpack/methods/hoeffding_trees/hoeffding_tree_model_impl.hpp
  865. include/mlpack/methods/hoeffding_trees/hoeffding_trees.hpp
  866. include/mlpack/methods/hoeffding_trees/information_gain.hpp
  867. include/mlpack/methods/hoeffding_trees/numeric_split_info.hpp
  868. include/mlpack/methods/hoeffding_trees/typedef.hpp
  869. include/mlpack/methods/kde.hpp
  870. include/mlpack/methods/kde/kde.hpp
  871. include/mlpack/methods/kde/kde_impl.hpp
  872. include/mlpack/methods/kde/kde_main.cpp
  873. include/mlpack/methods/kde/kde_model.hpp
  874. include/mlpack/methods/kde/kde_model_impl.hpp
  875. include/mlpack/methods/kde/kde_rules.hpp
  876. include/mlpack/methods/kde/kde_rules_impl.hpp
  877. include/mlpack/methods/kde/kde_stat.hpp
  878. include/mlpack/methods/kernel_pca.hpp
  879. include/mlpack/methods/kernel_pca/kernel_pca.hpp
  880. include/mlpack/methods/kernel_pca/kernel_pca_impl.hpp
  881. include/mlpack/methods/kernel_pca/kernel_pca_main.cpp
  882. include/mlpack/methods/kernel_pca/kernel_rules/naive_method.hpp
  883. include/mlpack/methods/kernel_pca/kernel_rules/nystroem_method.hpp
  884. include/mlpack/methods/kmeans.hpp
  885. include/mlpack/methods/kmeans/allow_empty_clusters.hpp
  886. include/mlpack/methods/kmeans/dual_tree_kmeans.hpp
  887. include/mlpack/methods/kmeans/dual_tree_kmeans_impl.hpp
  888. include/mlpack/methods/kmeans/dual_tree_kmeans_rules.hpp
  889. include/mlpack/methods/kmeans/dual_tree_kmeans_rules_impl.hpp
  890. include/mlpack/methods/kmeans/dual_tree_kmeans_statistic.hpp
  891. include/mlpack/methods/kmeans/elkan_kmeans.hpp
  892. include/mlpack/methods/kmeans/elkan_kmeans_impl.hpp
  893. include/mlpack/methods/kmeans/hamerly_kmeans.hpp
  894. include/mlpack/methods/kmeans/hamerly_kmeans_impl.hpp
  895. include/mlpack/methods/kmeans/kill_empty_clusters.hpp
  896. include/mlpack/methods/kmeans/kmeans.hpp
  897. include/mlpack/methods/kmeans/kmeans_impl.hpp
  898. include/mlpack/methods/kmeans/kmeans_main.cpp
  899. include/mlpack/methods/kmeans/kmeans_plus_plus_initialization.hpp
  900. include/mlpack/methods/kmeans/max_variance_new_cluster.hpp
  901. include/mlpack/methods/kmeans/max_variance_new_cluster_impl.hpp
  902. include/mlpack/methods/kmeans/naive_kmeans.hpp
  903. include/mlpack/methods/kmeans/naive_kmeans_impl.hpp
  904. include/mlpack/methods/kmeans/pelleg_moore_kmeans.hpp
  905. include/mlpack/methods/kmeans/pelleg_moore_kmeans_impl.hpp
  906. include/mlpack/methods/kmeans/pelleg_moore_kmeans_rules.hpp
  907. include/mlpack/methods/kmeans/pelleg_moore_kmeans_rules_impl.hpp
  908. include/mlpack/methods/kmeans/pelleg_moore_kmeans_statistic.hpp
  909. include/mlpack/methods/kmeans/random_partition.hpp
  910. include/mlpack/methods/kmeans/refined_start.hpp
  911. include/mlpack/methods/kmeans/refined_start_impl.hpp
  912. include/mlpack/methods/kmeans/sample_initialization.hpp
  913. include/mlpack/methods/lars.hpp
  914. include/mlpack/methods/lars/lars.hpp
  915. include/mlpack/methods/lars/lars_impl.hpp
  916. include/mlpack/methods/lars/lars_main.cpp
  917. include/mlpack/methods/linear_regression.hpp
  918. include/mlpack/methods/linear_regression/linear_regression.hpp
  919. include/mlpack/methods/linear_regression/linear_regression_impl.hpp
  920. include/mlpack/methods/linear_regression/linear_regression_main.cpp
  921. include/mlpack/methods/linear_regression/linear_regression_predict_main.cpp
  922. include/mlpack/methods/linear_regression/linear_regression_train_main.cpp
  923. include/mlpack/methods/linear_svm.hpp
  924. include/mlpack/methods/linear_svm/linear_svm.hpp
  925. include/mlpack/methods/linear_svm/linear_svm_function.hpp
  926. include/mlpack/methods/linear_svm/linear_svm_function_impl.hpp
  927. include/mlpack/methods/linear_svm/linear_svm_impl.hpp
  928. include/mlpack/methods/linear_svm/linear_svm_main.cpp
  929. include/mlpack/methods/lmnn.hpp
  930. include/mlpack/methods/lmnn/constraints.hpp
  931. include/mlpack/methods/lmnn/constraints_impl.hpp
  932. include/mlpack/methods/lmnn/lmnn.hpp
  933. include/mlpack/methods/lmnn/lmnn_function.hpp
  934. include/mlpack/methods/lmnn/lmnn_function_impl.hpp
  935. include/mlpack/methods/lmnn/lmnn_impl.hpp
  936. include/mlpack/methods/lmnn/lmnn_main.cpp
  937. include/mlpack/methods/local_coordinate_coding.hpp
  938. include/mlpack/methods/local_coordinate_coding/lcc.hpp
  939. include/mlpack/methods/local_coordinate_coding/lcc_impl.hpp
  940. include/mlpack/methods/local_coordinate_coding/local_coordinate_coding.hpp
  941. include/mlpack/methods/local_coordinate_coding/local_coordinate_coding_main.cpp
  942. include/mlpack/methods/logistic_regression.hpp
  943. include/mlpack/methods/logistic_regression/logistic_regression.hpp
  944. include/mlpack/methods/logistic_regression/logistic_regression_function.hpp
  945. include/mlpack/methods/logistic_regression/logistic_regression_function_impl.hpp
  946. include/mlpack/methods/logistic_regression/logistic_regression_impl.hpp
  947. include/mlpack/methods/logistic_regression/logistic_regression_main.cpp
  948. include/mlpack/methods/lsh.hpp
  949. include/mlpack/methods/lsh/lsh.hpp
  950. include/mlpack/methods/lsh/lsh_main.cpp
  951. include/mlpack/methods/lsh/lsh_search.hpp
  952. include/mlpack/methods/lsh/lsh_search_impl.hpp
  953. include/mlpack/methods/matrix_completion.hpp
  954. include/mlpack/methods/matrix_completion/matrix_completion.hpp
  955. include/mlpack/methods/matrix_completion/matrix_completion_impl.hpp
  956. include/mlpack/methods/mean_shift.hpp
  957. include/mlpack/methods/mean_shift/mean_shift.hpp
  958. include/mlpack/methods/mean_shift/mean_shift_impl.hpp
  959. include/mlpack/methods/mean_shift/mean_shift_main.cpp
  960. include/mlpack/methods/naive_bayes.hpp
  961. include/mlpack/methods/naive_bayes/naive_bayes.hpp
  962. include/mlpack/methods/naive_bayes/naive_bayes_classifier.hpp
  963. include/mlpack/methods/naive_bayes/naive_bayes_classifier_impl.hpp
  964. include/mlpack/methods/naive_bayes/nbc_main.cpp
  965. include/mlpack/methods/nca.hpp
  966. include/mlpack/methods/nca/nca.hpp
  967. include/mlpack/methods/nca/nca_impl.hpp
  968. include/mlpack/methods/nca/nca_main.cpp
  969. include/mlpack/methods/nca/nca_softmax_error_function.hpp
  970. include/mlpack/methods/nca/nca_softmax_error_function_impl.hpp
  971. include/mlpack/methods/neighbor_search.hpp
  972. include/mlpack/methods/neighbor_search/kfn_main.cpp
  973. include/mlpack/methods/neighbor_search/knn_main.cpp
  974. include/mlpack/methods/neighbor_search/neighbor_search.hpp
  975. include/mlpack/methods/neighbor_search/neighbor_search_impl.hpp
  976. include/mlpack/methods/neighbor_search/neighbor_search_rules.hpp
  977. include/mlpack/methods/neighbor_search/neighbor_search_rules_impl.hpp
  978. include/mlpack/methods/neighbor_search/neighbor_search_stat.hpp
  979. include/mlpack/methods/neighbor_search/ns_model.hpp
  980. include/mlpack/methods/neighbor_search/ns_model_impl.hpp
  981. include/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort.hpp
  982. include/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort_impl.hpp
  983. include/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort.hpp
  984. include/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort_impl.hpp
  985. include/mlpack/methods/neighbor_search/typedef.hpp
  986. include/mlpack/methods/neighbor_search/unmap.hpp
  987. include/mlpack/methods/neighbor_search/unmap_impl.hpp
  988. include/mlpack/methods/nmf.hpp
  989. include/mlpack/methods/nmf/nmf.hpp
  990. include/mlpack/methods/nmf/nmf_main.cpp
  991. include/mlpack/methods/nystroem_method.hpp
  992. include/mlpack/methods/nystroem_method/kmeans_selection.hpp
  993. include/mlpack/methods/nystroem_method/nystroem_method.hpp
  994. include/mlpack/methods/nystroem_method/nystroem_method_impl.hpp
  995. include/mlpack/methods/nystroem_method/ordered_selection.hpp
  996. include/mlpack/methods/nystroem_method/random_selection.hpp
  997. include/mlpack/methods/pca.hpp
  998. include/mlpack/methods/pca/decomposition_policies/decomposition_policies.hpp
  999. include/mlpack/methods/pca/decomposition_policies/exact_svd_method.hpp
  1000. include/mlpack/methods/pca/decomposition_policies/quic_svd_method.hpp
  1001. include/mlpack/methods/pca/decomposition_policies/randomized_block_krylov_method.hpp
  1002. include/mlpack/methods/pca/decomposition_policies/randomized_svd_method.hpp
  1003. include/mlpack/methods/pca/pca.hpp
  1004. include/mlpack/methods/pca/pca_impl.hpp
  1005. include/mlpack/methods/pca/pca_main.cpp
  1006. include/mlpack/methods/perceptron.hpp
  1007. include/mlpack/methods/perceptron/initialization_methods/initialization_methods.hpp
  1008. include/mlpack/methods/perceptron/initialization_methods/random_init.hpp
  1009. include/mlpack/methods/perceptron/initialization_methods/zero_init.hpp
  1010. include/mlpack/methods/perceptron/learning_policies/learning_policies.hpp
  1011. include/mlpack/methods/perceptron/learning_policies/simple_weight_update.hpp
  1012. include/mlpack/methods/perceptron/perceptron.hpp
  1013. include/mlpack/methods/perceptron/perceptron_impl.hpp
  1014. include/mlpack/methods/perceptron/perceptron_main.cpp
  1015. include/mlpack/methods/preprocess.hpp
  1016. include/mlpack/methods/preprocess/image_converter_main.cpp
  1017. include/mlpack/methods/preprocess/preprocess.hpp
  1018. include/mlpack/methods/preprocess/preprocess_binarize_main.cpp
  1019. include/mlpack/methods/preprocess/preprocess_describe_main.cpp
  1020. include/mlpack/methods/preprocess/preprocess_imputer_main.cpp
  1021. include/mlpack/methods/preprocess/preprocess_one_hot_encoding_main.cpp
  1022. include/mlpack/methods/preprocess/preprocess_scale_main.cpp
  1023. include/mlpack/methods/preprocess/preprocess_split_main.cpp
  1024. include/mlpack/methods/preprocess/scaling_model.hpp
  1025. include/mlpack/methods/preprocess/scaling_model_impl.hpp
  1026. include/mlpack/methods/quic_svd.hpp
  1027. include/mlpack/methods/quic_svd/quic_svd.hpp
  1028. include/mlpack/methods/quic_svd/quic_svd_impl.hpp
  1029. include/mlpack/methods/radical.hpp
  1030. include/mlpack/methods/radical/radical.hpp
  1031. include/mlpack/methods/radical/radical_impl.hpp
  1032. include/mlpack/methods/radical/radical_main.cpp
  1033. include/mlpack/methods/random_forest.hpp
  1034. include/mlpack/methods/random_forest/bootstrap.hpp
  1035. include/mlpack/methods/random_forest/random_forest.hpp
  1036. include/mlpack/methods/random_forest/random_forest_impl.hpp
  1037. include/mlpack/methods/random_forest/random_forest_main.cpp
  1038. include/mlpack/methods/randomized_svd.hpp
  1039. include/mlpack/methods/randomized_svd/randomized_svd.hpp
  1040. include/mlpack/methods/randomized_svd/randomized_svd_impl.hpp
  1041. include/mlpack/methods/range_search.hpp
  1042. include/mlpack/methods/range_search/range_search.hpp
  1043. include/mlpack/methods/range_search/range_search_impl.hpp
  1044. include/mlpack/methods/range_search/range_search_main.cpp
  1045. include/mlpack/methods/range_search/range_search_rules.hpp
  1046. include/mlpack/methods/range_search/range_search_rules_impl.hpp
  1047. include/mlpack/methods/range_search/range_search_stat.hpp
  1048. include/mlpack/methods/range_search/rs_model.hpp
  1049. include/mlpack/methods/range_search/rs_model_impl.hpp
  1050. include/mlpack/methods/rann.hpp
  1051. include/mlpack/methods/rann/krann_main.cpp
  1052. include/mlpack/methods/rann/ra_model.hpp
  1053. include/mlpack/methods/rann/ra_model_impl.hpp
  1054. include/mlpack/methods/rann/ra_query_stat.hpp
  1055. include/mlpack/methods/rann/ra_search.hpp
  1056. include/mlpack/methods/rann/ra_search_impl.hpp
  1057. include/mlpack/methods/rann/ra_search_rules.hpp
  1058. include/mlpack/methods/rann/ra_search_rules_impl.hpp
  1059. include/mlpack/methods/rann/ra_typedef.hpp
  1060. include/mlpack/methods/rann/ra_util.hpp
  1061. include/mlpack/methods/rann/ra_util_impl.hpp
  1062. include/mlpack/methods/rann/rann.hpp
  1063. include/mlpack/methods/regularized_svd.hpp
  1064. include/mlpack/methods/regularized_svd/regularized_svd.hpp
  1065. include/mlpack/methods/regularized_svd/regularized_svd_function.hpp
  1066. include/mlpack/methods/regularized_svd/regularized_svd_function_impl.hpp
  1067. include/mlpack/methods/regularized_svd/regularized_svd_impl.hpp
  1068. include/mlpack/methods/reinforcement_learning.hpp
  1069. include/mlpack/methods/reinforcement_learning/async_learning.hpp
  1070. include/mlpack/methods/reinforcement_learning/async_learning_impl.hpp
  1071. include/mlpack/methods/reinforcement_learning/ddpg.hpp
  1072. include/mlpack/methods/reinforcement_learning/ddpg_impl.hpp
  1073. include/mlpack/methods/reinforcement_learning/environment/acrobot.hpp
  1074. include/mlpack/methods/reinforcement_learning/environment/cart_pole.hpp
  1075. include/mlpack/methods/reinforcement_learning/environment/cont_double_pole_cart.hpp
  1076. include/mlpack/methods/reinforcement_learning/environment/continuous_mountain_car.hpp
  1077. include/mlpack/methods/reinforcement_learning/environment/double_pole_cart.hpp
  1078. include/mlpack/methods/reinforcement_learning/environment/env_type.hpp
  1079. include/mlpack/methods/reinforcement_learning/environment/environment.hpp
  1080. include/mlpack/methods/reinforcement_learning/environment/ftn.hpp
  1081. include/mlpack/methods/reinforcement_learning/environment/ftn_param.hpp
  1082. include/mlpack/methods/reinforcement_learning/environment/mountain_car.hpp
  1083. include/mlpack/methods/reinforcement_learning/environment/pendulum.hpp
  1084. include/mlpack/methods/reinforcement_learning/environment/reward_clipping.hpp
  1085. include/mlpack/methods/reinforcement_learning/noise/gaussian.hpp
  1086. include/mlpack/methods/reinforcement_learning/noise/noise.hpp
  1087. include/mlpack/methods/reinforcement_learning/noise/ornstein_uhlenbeck.hpp
  1088. include/mlpack/methods/reinforcement_learning/policy/aggregated_policy.hpp
  1089. include/mlpack/methods/reinforcement_learning/policy/greedy_policy.hpp
  1090. include/mlpack/methods/reinforcement_learning/policy/policy.hpp
  1091. include/mlpack/methods/reinforcement_learning/q_learning.hpp
  1092. include/mlpack/methods/reinforcement_learning/q_learning_impl.hpp
  1093. include/mlpack/methods/reinforcement_learning/q_networks/categorical_dqn.hpp
  1094. include/mlpack/methods/reinforcement_learning/q_networks/dueling_dqn.hpp
  1095. include/mlpack/methods/reinforcement_learning/q_networks/q_networks.hpp
  1096. include/mlpack/methods/reinforcement_learning/q_networks/simple_dqn.hpp
  1097. include/mlpack/methods/reinforcement_learning/reinforcement_learning.hpp
  1098. include/mlpack/methods/reinforcement_learning/replay/prioritized_replay.hpp
  1099. include/mlpack/methods/reinforcement_learning/replay/random_replay.hpp
  1100. include/mlpack/methods/reinforcement_learning/replay/replay.hpp
  1101. include/mlpack/methods/reinforcement_learning/replay/sumtree.hpp
  1102. include/mlpack/methods/reinforcement_learning/sac.hpp
  1103. include/mlpack/methods/reinforcement_learning/sac_impl.hpp
  1104. include/mlpack/methods/reinforcement_learning/td3.hpp
  1105. include/mlpack/methods/reinforcement_learning/td3_impl.hpp
  1106. include/mlpack/methods/reinforcement_learning/training_config.hpp
  1107. include/mlpack/methods/reinforcement_learning/worker/n_step_q_learning_worker.hpp
  1108. include/mlpack/methods/reinforcement_learning/worker/one_step_q_learning_worker.hpp
  1109. include/mlpack/methods/reinforcement_learning/worker/one_step_sarsa_worker.hpp
  1110. include/mlpack/methods/reinforcement_learning/worker/worker.hpp
  1111. include/mlpack/methods/softmax_regression.hpp
  1112. include/mlpack/methods/softmax_regression/softmax_regression.hpp
  1113. include/mlpack/methods/softmax_regression/softmax_regression_function.hpp
  1114. include/mlpack/methods/softmax_regression/softmax_regression_function_impl.hpp
  1115. include/mlpack/methods/softmax_regression/softmax_regression_impl.hpp
  1116. include/mlpack/methods/softmax_regression/softmax_regression_main.cpp
  1117. include/mlpack/methods/sparse_autoencoder.hpp
  1118. include/mlpack/methods/sparse_autoencoder/maximal_inputs.hpp
  1119. include/mlpack/methods/sparse_autoencoder/maximal_inputs_impl.hpp
  1120. include/mlpack/methods/sparse_autoencoder/sparse_autoencoder.hpp
  1121. include/mlpack/methods/sparse_autoencoder/sparse_autoencoder_function.hpp
  1122. include/mlpack/methods/sparse_autoencoder/sparse_autoencoder_function_impl.hpp
  1123. include/mlpack/methods/sparse_autoencoder/sparse_autoencoder_impl.hpp
  1124. include/mlpack/methods/sparse_coding.hpp
  1125. include/mlpack/methods/sparse_coding/data_dependent_random_initializer.hpp
  1126. include/mlpack/methods/sparse_coding/nothing_initializer.hpp
  1127. include/mlpack/methods/sparse_coding/random_initializer.hpp
  1128. include/mlpack/methods/sparse_coding/sparse_coding.hpp
  1129. include/mlpack/methods/sparse_coding/sparse_coding_impl.hpp
  1130. include/mlpack/methods/sparse_coding/sparse_coding_main.cpp
  1131. include/mlpack/methods/svdplusplus.hpp
  1132. include/mlpack/methods/svdplusplus/svdplusplus.hpp
  1133. include/mlpack/methods/svdplusplus/svdplusplus_function.hpp
  1134. include/mlpack/methods/svdplusplus/svdplusplus_function_impl.hpp
  1135. include/mlpack/methods/svdplusplus/svdplusplus_impl.hpp
  1136. include/mlpack/methods/xgboost/loss_functions/sse_loss.hpp
  1137. include/mlpack/namespace_compat.hpp
  1138. include/mlpack/prereqs.hpp
  1139. libdata/pkgconfig/mlpack.pc
  1140. @owner
  1141. @group
  1142. @mode
Collapse this list.
Dependency lines:
  • mlpack>0:math/mlpack
To install the port:
cd /usr/ports/math/mlpack/ && make install clean
To add the package, run one of these commands:
  • pkg install math/mlpack
  • pkg install mlpack
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: mlpack
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1703265475 SHA256 (mlpack-4.3.0.tar.gz) = 08cd54f711fde66fc3b6c9db89dc26776f9abf1a6256c77cfa3556e2a56f1a3d SIZE (mlpack-4.3.0.tar.gz) = 5951310

Packages (timestamps in pop-ups are UTC):
mlpack
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-4.3.0_1------
FreeBSD:13:quarterly-4.3.0------
FreeBSD:14:latest-4.3.0_1------
FreeBSD:14:quarterly-4.3.0------
FreeBSD:15:latest-4.3.0_1n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. armadillo>0 : math/armadillo
  2. cereal>0 : devel/cereal
  3. ensmallen>0 : math/ensmallen
  4. stb_image.h : devel/stb
  5. cmake : devel/cmake-core
  6. ninja : devel/ninja
  7. pkgconf>=1.3.0_1 : devel/pkgconf
Runtime dependencies:
  1. armadillo>0 : math/armadillo
  2. cereal>0 : devel/cereal
  3. ensmallen>0 : math/ensmallen
  4. stb_image.h : devel/stb
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for mlpack-4.3.0_1: EXECUTABLES=on: Build command-line executables ===> Use 'make config' to modify these settings
Options name:
math_mlpack
USES:
cmake:testing compiler:c++14-lang pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://mlpack.org/files/
Collapse this list.

Number of commits found: 46

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.3.0_1
13 Feb 2024 14:44:22
commit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1e files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consumers after library update
4.3.0
22 Dec 2023 18:59:26
commit hash: 8734a2bbc16d3d4e2aea0e60aead6a9115662a60commit hash: 8734a2bbc16d3d4e2aea0e60aead6a9115662a60commit hash: 8734a2bbc16d3d4e2aea0e60aead6a9115662a60commit hash: 8734a2bbc16d3d4e2aea0e60aead6a9115662a60 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/mlpack: update 4.2.0 → 4.3.0

Reported by:	portscout
4.2.0_1
27 Sep 2023 14:36:30
commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost*: bump all consumers after 1.83.0
4.2.0
18 Jun 2023 17:10:30
commit hash: 3170bcdf675c1dc2ef0209ecbd5898c40f79b817commit hash: 3170bcdf675c1dc2ef0209ecbd5898c40f79b817commit hash: 3170bcdf675c1dc2ef0209ecbd5898c40f79b817commit hash: 3170bcdf675c1dc2ef0209ecbd5898c40f79b817 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/mlpack: Update 4.1.0 → 4.2.0

Reported by:	portscout
4.1.0
12 Jun 2023 04:58:25
commit hash: 3834b889636f3515c1ad0bd2f90a11fc33a7849fcommit hash: 3834b889636f3515c1ad0bd2f90a11fc33a7849fcommit hash: 3834b889636f3515c1ad0bd2f90a11fc33a7849fcommit hash: 3834b889636f3515c1ad0bd2f90a11fc33a7849f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/mlpack: Update 4.0.1 → 4.1.0

Reported by:	portscout
4.0.1_5
27 Apr 2023 18:25:55
commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump all direct Boost cunsumers
4.0.1_4
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
4.0.1_3
28 Mar 2023 21:36:58
commit hash: 49d5bc511b7c6b6dff98e7adb9413a909702de08commit hash: 49d5bc511b7c6b6dff98e7adb9413a909702de08commit hash: 49d5bc511b7c6b6dff98e7adb9413a909702de08commit hash: 49d5bc511b7c6b6dff98e7adb9413a909702de08 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/mlpack: Simplify DEPENDS lines
4.0.1_3
24 Mar 2023 07:00:13
commit hash: aa674ca92355e09c23c436277c0456e28aa9bd6fcommit hash: aa674ca92355e09c23c436277c0456e28aa9bd6fcommit hash: aa674ca92355e09c23c436277c0456e28aa9bd6fcommit hash: aa674ca92355e09c23c436277c0456e28aa9bd6f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/mlpack: Add missing run-dependencies; Remove USE_LDCONFIG
4.0.1_2
22 Mar 2023 03:37:18
commit hash: 290ab54c728879ba8523681a316230219cf97502commit hash: 290ab54c728879ba8523681a316230219cf97502commit hash: 290ab54c728879ba8523681a316230219cf97502commit hash: 290ab54c728879ba8523681a316230219cf97502 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/mlpack: Add LICENSE_FILE
4.0.1_2
22 Feb 2023 20:15:58
commit hash: 5aee52f48e9d6163938ed32db01cb7c58c66e045commit hash: 5aee52f48e9d6163938ed32db01cb7c58c66e045commit hash: 5aee52f48e9d6163938ed32db01cb7c58c66e045commit hash: 5aee52f48e9d6163938ed32db01cb7c58c66e045 files touched by this commit
Lorenzo Salvadore (salvadore) search for other commits by this committer
math/mlpack: PORTREVISION bump

Bump PORTREVISION after update of math/armadillo from version 11.4.4 to
version 12.0.1 (commit ec77ea0d78b05005cd668afba361ead35b309e84).
4.0.1_1
16 Jan 2023 19:32:07
commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*:	bump libboost*.so libraries consumert after Boost upgrade
4.0.1
31 Dec 2022 06:22:52
commit hash: d476b7c433c7ae41b425d4b4af4694f780422c2ecommit hash: d476b7c433c7ae41b425d4b4af4694f780422c2ecommit hash: d476b7c433c7ae41b425d4b4af4694f780422c2ecommit hash: d476b7c433c7ae41b425d4b4af4694f780422c2e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/mlpack: Update 4.0.0 -> 4.0.1

Reported by:	portscout
4.0.0
16 Nov 2022 07:26:28
commit hash: d3cc6e8468f3c59410d646cf0b45512d39155d96commit hash: d3cc6e8468f3c59410d646cf0b45512d39155d96commit hash: d3cc6e8468f3c59410d646cf0b45512d39155d96commit hash: d3cc6e8468f3c59410d646cf0b45512d39155d96 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/mlpack: Update 3.4.2 -> 4.0.0
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
3.4.2_3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.4.2_3
12 Aug 2022 14:46:53
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
3.4.2_2
22 May 2022 20:17:16
commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost-all: bump all library consumers after boost upgrade

PR:	246106
3.4.2_1
21 Sep 2021 09:25:15
commit hash: 170cb07fe4e8369798af028f34d71535c45f2bb0commit hash: 170cb07fe4e8369798af028f34d71535c45f2bb0commit hash: 170cb07fe4e8369798af028f34d71535c45f2bb0commit hash: 170cb07fe4e8369798af028f34d71535c45f2bb0 files touched by this commit
Danilo Egea Gondolfo (danilo) search for other commits by this committer
math/armadillo: Update to 10.6.2

Drop maintainership.
3.4.2
25 Apr 2021 04:06:09
commit hash: 8393f46d7f4ae7d0e9cb710b1a0fab28c28f2cfdcommit hash: 8393f46d7f4ae7d0e9cb710b1a0fab28c28f2cfdcommit hash: 8393f46d7f4ae7d0e9cb710b1a0fab28c28f2cfdcommit hash: 8393f46d7f4ae7d0e9cb710b1a0fab28c28f2cfd files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/mlpack: Update 3.4.1 -> 3.4.2
3.4.1_1
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
3.4.1_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.4.1_1
29 Oct 2020 22:30:44
Revision:553653Original commit files touched by this commit
danilo search for other commits by this committer
math/armadillo: Update to 10.1.1
3.4.1
19 Sep 2020 03:33:28
Revision:548934Original commit files touched by this commit
yuri search for other commits by this committer
math/mlpack: Update 3.4.0 -> 3.4.1

Reported by:	portscout
3.4.0
03 Sep 2020 08:04:48
Revision:547425Original commit files touched by this commit
yuri search for other commits by this committer
math/mlpack: Update 3.3.2 -> 3.4.0

Reported by:	portscout
3.3.2_1
10 Aug 2020 13:12:01
Revision:544615Original commit files touched by this commit
danilo search for other commits by this committer
- Update math/armadillo to 9.900.2
3.3.2
23 Jun 2020 16:49:56
Revision:539984Original commit files touched by this commit
yuri search for other commits by this committer
math/mlpack: 3.3.1 -> 3.3.2

Reported by:	portscout
3.3.1
25 May 2020 20:37:15
Revision:536530Original commit files touched by this commit
yuri search for other commits by this committer
math/mlpack: Broken on i386

Reported by:	fallout
3.3.1
08 May 2020 15:34:01
Revision:534408Original commit files touched by this commit
yuri search for other commits by this committer
math/mlpack: Update 3.2.2 -> 3.3.1

The maintainer refused from the maintainership and asked me to take it.

PR:		246294
Approved by:	robert.ayrapetyan@gmail.com (maintainer)
3.2.2_2
06 May 2020 21:19:23
Revision:534203Original commit files touched by this commit
danilo search for other commits by this committer
- Update math/armadillo to 9.870.2
3.2.2_1
14 Mar 2020 17:20:01
Revision:528425Original commit files touched by this commit
yuri search for other commits by this committer
math/mlpack: Add the 'test' target

PR:		244805
Approved by:	robert.ayrapetyan@gmail.com (maintainer)
3.2.2_1
13 Mar 2020 19:58:39
Revision:528375Original commit files touched by this commit
yuri search for other commits by this committer
math/mlpack: Correction
3.2.2
13 Mar 2020 19:37:11
Revision:528373Original commit files touched by this commit
yuri search for other commits by this committer
math/mlpack: Update 3.0.1 -> 3.2.2

Also update MASTER_SITES and WWW to use the https URL.

PR:		242096
Approved by:	robert.ayrapetyan@gmail.com (maintainer's timeout; ~85 days)
3.0.1_10
11 Dec 2019 17:53:49
Revision:519824Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.72.0

Changes:	http://www.boost.org/users/history/version_1_72_0.html
PR:		241449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D22136
3.0.1_9
19 Aug 2019 15:35:28
Revision:509290Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.71.0

Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
3.0.1_8
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
3.0.1_7
17 Jul 2019 20:00:42
Revision:506822Original commit files touched by this commit
danilo search for other commits by this committer
- Update math/armadillo to 9.600.4

Reported by:	Nina Santi
3.0.1_6
12 Apr 2019 06:36:31
Revision:498698Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.70.0

Changes:	http://www.boost.org/users/history/version_1_70_0.html
PR:		235956
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D19303
3.0.1_5
25 Dec 2018 20:25:40
Revision:488341Original commit files touched by this commit
tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
3.0.1_5
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
3.0.1_4
12 Dec 2018 00:15:50
Revision:487266Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.69.0

Changes:	http://www.boost.org/users/history/version_1_69_0.html
PR:		232525
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17645
3.0.1_3
11 Nov 2018 13:32:31
Revision:484691Original commit files touched by this commit
danilo search for other commits by this committer
- Update math/armadillo to 9.200.4
3.0.1_2
15 Aug 2018 20:48:56
Revision:477283Original commit files touched by this commit
danilo search for other commits by this committer
- Update to 9.100.4
3.0.1_1
09 Aug 2018 06:58:31
Revision:476723Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.68.0

- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
3.0.1
19 May 2018 16:34:17
Revision:470420Original commit files touched by this commit
krion search for other commits by this committer
Update to 3.0.1

PR:		228318
Submitted by:	maintainer
3.0.0
06 May 2018 14:35:51
Revision:469220Original commit files touched by this commit
pi search for other commits by this committer
New port: math/mlpack

mlpack is a fast, flexible machine learning library, written in
C++, that aims to provide fast, extensible implementations of
cutting-edge machine learning algorithms. mlpack provides these
algorithms as simple command-line programs, Python bindings, and
C++ classes which can then be integrated into larger-scale machine
learning solutions.

WWW: http://www.mlpack.org/

PR:		228012
Submitted by:	robert.ayrapetyan@gmail.com

Number of commits found: 46