<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/mlpack/mlpack/pull/537'>https://github.com/mlpack/mlpack/pull/537</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Removed trailing underscores in header guards. Resolved issue #533</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-0">CMake/CreateArmaConfigInfo.cmake</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-1">src/mlpack/core.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-2">src/mlpack/core/arma_extend/arma_extend.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-3">src/mlpack/core/data/dataset_info.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-4">src/mlpack/core/data/dataset_info_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-5">src/mlpack/core/data/extension.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-6">src/mlpack/core/data/format.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-7">src/mlpack/core/data/load.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-8">src/mlpack/core/data/load_arff.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-9">src/mlpack/core/data/load_arff_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-10">src/mlpack/core/data/load_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-11">src/mlpack/core/data/normalize_labels.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-12">src/mlpack/core/data/normalize_labels_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-13">src/mlpack/core/data/save.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-14">src/mlpack/core/data/save_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-15">src/mlpack/core/data/serialization_shim.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-16">src/mlpack/core/dists/discrete_distribution.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-17">src/mlpack/core/dists/gaussian_distribution.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-18">src/mlpack/core/dists/laplace_distribution.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-19">src/mlpack/core/dists/regression_distribution.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-20">src/mlpack/core/kernels/cosine_distance.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-21">src/mlpack/core/kernels/cosine_distance_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-22">src/mlpack/core/kernels/epanechnikov_kernel.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-23">src/mlpack/core/kernels/epanechnikov_kernel_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-24">src/mlpack/core/kernels/example_kernel.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-25">src/mlpack/core/kernels/gaussian_kernel.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-26">src/mlpack/core/kernels/hyperbolic_tangent_kernel.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-27">src/mlpack/core/kernels/kernel_traits.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-28">src/mlpack/core/kernels/laplacian_kernel.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-29">src/mlpack/core/kernels/linear_kernel.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-30">src/mlpack/core/kernels/polynomial_kernel.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-31">src/mlpack/core/kernels/pspectrum_string_kernel.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-32">src/mlpack/core/kernels/pspectrum_string_kernel_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-33">src/mlpack/core/kernels/spherical_kernel.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-34">src/mlpack/core/kernels/triangular_kernel.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-35">src/mlpack/core/math/clamp.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-36">src/mlpack/core/math/columns_to_blocks.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-37">src/mlpack/core/math/lin_alg.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-38">src/mlpack/core/math/lin_alg_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-39">src/mlpack/core/math/random.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-40">src/mlpack/core/math/random_basis.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-41">src/mlpack/core/math/range.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-42">src/mlpack/core/math/range_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-43">src/mlpack/core/math/round.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-44">src/mlpack/core/metrics/ip_metric.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-45">src/mlpack/core/metrics/ip_metric_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-46">src/mlpack/core/metrics/lmetric.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-47">src/mlpack/core/metrics/lmetric_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-48">src/mlpack/core/metrics/mahalanobis_distance.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-49">src/mlpack/core/metrics/mahalanobis_distance_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-50">src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-51">src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_function.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-52">src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_function_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-53">src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-54">src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_test_functions.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-55">src/mlpack/core/optimizers/lbfgs/lbfgs.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-56">src/mlpack/core/optimizers/lbfgs/lbfgs_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-57">src/mlpack/core/optimizers/lbfgs/test_functions.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-58">src/mlpack/core/optimizers/minibatch_sgd/minibatch_sgd.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-59">src/mlpack/core/optimizers/minibatch_sgd/minibatch_sgd_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-60">src/mlpack/core/optimizers/rmsprop/rmsprop.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-61">src/mlpack/core/optimizers/rmsprop/rmsprop_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-62">src/mlpack/core/optimizers/sa/exponential_schedule.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-63">src/mlpack/core/optimizers/sa/sa.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-64">src/mlpack/core/optimizers/sa/sa_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-65">src/mlpack/core/optimizers/sdp/lrsdp.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-66">src/mlpack/core/optimizers/sdp/lrsdp_function.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-67">src/mlpack/core/optimizers/sdp/lrsdp_function_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-68">src/mlpack/core/optimizers/sdp/lrsdp_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-69">src/mlpack/core/optimizers/sdp/primal_dual.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-70">src/mlpack/core/optimizers/sdp/primal_dual_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-71">src/mlpack/core/optimizers/sdp/sdp.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-72">src/mlpack/core/optimizers/sdp/sdp_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-73">src/mlpack/core/optimizers/sgd/sgd.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-74">src/mlpack/core/optimizers/sgd/sgd_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-75">src/mlpack/core/optimizers/sgd/test_function.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-76">src/mlpack/core/tree/ballbound.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-77">src/mlpack/core/tree/ballbound_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-78">src/mlpack/core/tree/binary_space_tree.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-79">src/mlpack/core/tree/binary_space_tree/binary_space_tree.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-80">src/mlpack/core/tree/binary_space_tree/binary_space_tree_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-81">src/mlpack/core/tree/binary_space_tree/breadth_first_dual_tree_traverser.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-82">src/mlpack/core/tree/binary_space_tree/breadth_first_dual_tree_traverser_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-83">src/mlpack/core/tree/binary_space_tree/dual_tree_traverser.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-84">src/mlpack/core/tree/binary_space_tree/dual_tree_traverser_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-85">src/mlpack/core/tree/binary_space_tree/mean_split.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-86">src/mlpack/core/tree/binary_space_tree/mean_split_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-87">src/mlpack/core/tree/binary_space_tree/midpoint_split.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-88">src/mlpack/core/tree/binary_space_tree/midpoint_split_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-89">src/mlpack/core/tree/binary_space_tree/single_tree_traverser.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-90">src/mlpack/core/tree/binary_space_tree/single_tree_traverser_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-91">src/mlpack/core/tree/binary_space_tree/traits.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-92">src/mlpack/core/tree/binary_space_tree/typedef.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-93">src/mlpack/core/tree/bound_traits.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-94">src/mlpack/core/tree/bounds.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-95">src/mlpack/core/tree/cosine_tree/cosine_tree.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-96">src/mlpack/core/tree/cover_tree.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-97">src/mlpack/core/tree/cover_tree/cover_tree.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-98">src/mlpack/core/tree/cover_tree/cover_tree_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-99">src/mlpack/core/tree/cover_tree/dual_tree_traverser.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-100">src/mlpack/core/tree/cover_tree/dual_tree_traverser_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-101">src/mlpack/core/tree/cover_tree/first_point_is_root.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-102">src/mlpack/core/tree/cover_tree/single_tree_traverser.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-103">src/mlpack/core/tree/cover_tree/single_tree_traverser_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-104">src/mlpack/core/tree/cover_tree/traits.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-105">src/mlpack/core/tree/cover_tree/typedef.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-106">src/mlpack/core/tree/example_tree.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-107">src/mlpack/core/tree/hrectbound.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-108">src/mlpack/core/tree/hrectbound_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-109">src/mlpack/core/tree/rectangle_tree.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-110">src/mlpack/core/tree/rectangle_tree/dual_tree_traverser.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-111">src/mlpack/core/tree/rectangle_tree/dual_tree_traverser_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-112">src/mlpack/core/tree/rectangle_tree/r_star_tree_descent_heuristic.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-113">src/mlpack/core/tree/rectangle_tree/r_star_tree_descent_heuristic_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-114">src/mlpack/core/tree/rectangle_tree/r_star_tree_split.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-115">src/mlpack/core/tree/rectangle_tree/r_star_tree_split_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-116">src/mlpack/core/tree/rectangle_tree/r_tree_descent_heuristic.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-117">src/mlpack/core/tree/rectangle_tree/r_tree_descent_heuristic_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-118">src/mlpack/core/tree/rectangle_tree/r_tree_split.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-119">src/mlpack/core/tree/rectangle_tree/r_tree_split_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-120">src/mlpack/core/tree/rectangle_tree/rectangle_tree.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-121">src/mlpack/core/tree/rectangle_tree/rectangle_tree_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-122">src/mlpack/core/tree/rectangle_tree/single_tree_traverser.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-123">src/mlpack/core/tree/rectangle_tree/single_tree_traverser_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-124">src/mlpack/core/tree/rectangle_tree/traits.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-125">src/mlpack/core/tree/rectangle_tree/typedef.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-126">src/mlpack/core/tree/rectangle_tree/x_tree_split.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-127">src/mlpack/core/tree/rectangle_tree/x_tree_split_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-128">src/mlpack/core/tree/statistic.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-129">src/mlpack/core/tree/traversal_info.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-130">src/mlpack/core/tree/tree_traits.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-131">src/mlpack/core/util/arma_config_check.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-132">src/mlpack/core/util/arma_traits.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-133">src/mlpack/core/util/cli.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-134">src/mlpack/core/util/cli_deleter.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-135">src/mlpack/core/util/cli_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-136">src/mlpack/core/util/log.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-137">src/mlpack/core/util/nulloutstream.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-138">src/mlpack/core/util/option.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-139">src/mlpack/core/util/option_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-140">src/mlpack/core/util/prefixedoutstream.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-141">src/mlpack/core/util/prefixedoutstream_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-142">src/mlpack/core/util/sfinae_utility.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-143">src/mlpack/core/util/string_util.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-144">src/mlpack/core/util/timers.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-145">src/mlpack/core/util/version.cpp</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-146">src/mlpack/core/util/version.hpp</a>
    (10)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-147">src/mlpack/methods/adaboost/adaboost.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-148">src/mlpack/methods/adaboost/adaboost_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-149">src/mlpack/methods/amf/amf.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-150">src/mlpack/methods/amf/init_rules/average_init.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-151">src/mlpack/methods/amf/init_rules/random_acol_init.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-152">src/mlpack/methods/amf/init_rules/random_init.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-153">src/mlpack/methods/amf/termination_policies/complete_incremental_termination.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-154">src/mlpack/methods/amf/termination_policies/max_iteration_termination.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-155">src/mlpack/methods/amf/update_rules/nmf_als.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-156">src/mlpack/methods/amf/update_rules/nmf_mult_dist.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-157">src/mlpack/methods/amf/update_rules/nmf_mult_div.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-158">src/mlpack/methods/amf/update_rules/svd_batch_learning.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-159">src/mlpack/methods/amf/update_rules/svd_complete_incremental_learning.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-160">src/mlpack/methods/amf/update_rules/svd_incomplete_incremental_learning.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-161">src/mlpack/methods/ann/activation_functions/identity_function.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-162">src/mlpack/methods/ann/activation_functions/logistic_function.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-163">src/mlpack/methods/ann/activation_functions/rectifier_function.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-164">src/mlpack/methods/ann/activation_functions/softsign_function.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-165">src/mlpack/methods/ann/activation_functions/tanh_function.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-166">src/mlpack/methods/ann/cnn.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-167">src/mlpack/methods/ann/cnn_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-168">src/mlpack/methods/ann/convolution_rules/border_modes.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-169">src/mlpack/methods/ann/convolution_rules/fft_convolution.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-170">src/mlpack/methods/ann/convolution_rules/naive_convolution.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-171">src/mlpack/methods/ann/convolution_rules/svd_convolution.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-172">src/mlpack/methods/ann/ffn.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-173">src/mlpack/methods/ann/ffn_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-174">src/mlpack/methods/ann/init_rules/kathirvalavakumar_subavathi_init.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-175">src/mlpack/methods/ann/init_rules/nguyen_widrow_init.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-176">src/mlpack/methods/ann/init_rules/oivs_init.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-177">src/mlpack/methods/ann/init_rules/orthogonal_init.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-178">src/mlpack/methods/ann/init_rules/random_init.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-179">src/mlpack/methods/ann/init_rules/zero_init.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-180">src/mlpack/methods/ann/layer/base_layer.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-181">src/mlpack/methods/ann/layer/bias_layer.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-182">src/mlpack/methods/ann/layer/binary_classification_layer.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-183">src/mlpack/methods/ann/layer/conv_layer.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-184">src/mlpack/methods/ann/layer/dropout_layer.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-185">src/mlpack/methods/ann/layer/layer_traits.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-186">src/mlpack/methods/ann/layer/linear_layer.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-187">src/mlpack/methods/ann/layer/lstm_layer.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-188">src/mlpack/methods/ann/layer/multiclass_classification_layer.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-189">src/mlpack/methods/ann/layer/one_hot_layer.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-190">src/mlpack/methods/ann/layer/pooling_layer.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-191">src/mlpack/methods/ann/layer/recurrent_layer.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-192">src/mlpack/methods/ann/layer/softmax_layer.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-193">src/mlpack/methods/ann/layer/sparse_bias_layer.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-194">src/mlpack/methods/ann/layer/sparse_input_layer.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-195">src/mlpack/methods/ann/layer/sparse_output_layer.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-196">src/mlpack/methods/ann/network_traits.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-197">src/mlpack/methods/ann/network_util.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-198">src/mlpack/methods/ann/network_util_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-199">src/mlpack/methods/ann/optimizer/ada_delta.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-200">src/mlpack/methods/ann/optimizer/adam.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-201">src/mlpack/methods/ann/optimizer/rmsprop.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-202">src/mlpack/methods/ann/optimizer/steepest_descent.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-203">src/mlpack/methods/ann/performance_functions/cee_function.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-204">src/mlpack/methods/ann/performance_functions/mse_function.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-205">src/mlpack/methods/ann/performance_functions/sparse_function.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-206">src/mlpack/methods/ann/performance_functions/sse_function.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-207">src/mlpack/methods/ann/pooling_rules/max_pooling.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-208">src/mlpack/methods/ann/pooling_rules/mean_pooling.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-209">src/mlpack/methods/ann/rnn.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-210">src/mlpack/methods/ann/rnn_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-211">src/mlpack/methods/ann/trainer/trainer.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-212">src/mlpack/methods/cf/cf.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-213">src/mlpack/methods/cf/cf_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-214">src/mlpack/methods/cf/svd_wrapper.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-215">src/mlpack/methods/decision_stump/decision_stump.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-216">src/mlpack/methods/decision_stump/decision_stump_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-217">src/mlpack/methods/det/dt_utils.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-218">src/mlpack/methods/det/dtree.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-219">src/mlpack/methods/emst/dtb.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-220">src/mlpack/methods/emst/dtb_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-221">src/mlpack/methods/emst/dtb_rules.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-222">src/mlpack/methods/emst/dtb_rules_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-223">src/mlpack/methods/emst/dtb_stat.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-224">src/mlpack/methods/emst/edge_pair.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-225">src/mlpack/methods/emst/union_find.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-226">src/mlpack/methods/fastmks/fastmks.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-227">src/mlpack/methods/fastmks/fastmks_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-228">src/mlpack/methods/fastmks/fastmks_model.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-229">src/mlpack/methods/fastmks/fastmks_model_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-230">src/mlpack/methods/fastmks/fastmks_rules.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-231">src/mlpack/methods/fastmks/fastmks_rules_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-232">src/mlpack/methods/fastmks/fastmks_stat.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-233">src/mlpack/methods/gmm/diagonal_constraint.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-234">src/mlpack/methods/gmm/eigenvalue_ratio_constraint.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-235">src/mlpack/methods/gmm/em_fit.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-236">src/mlpack/methods/gmm/em_fit_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-237">src/mlpack/methods/gmm/gmm.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-238">src/mlpack/methods/gmm/gmm_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-239">src/mlpack/methods/gmm/no_constraint.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-240">src/mlpack/methods/gmm/positive_definite_constraint.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-241">src/mlpack/methods/hmm/hmm.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-242">src/mlpack/methods/hmm/hmm_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-243">src/mlpack/methods/hmm/hmm_regression.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-244">src/mlpack/methods/hmm/hmm_regression_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-245">src/mlpack/methods/hmm/hmm_util.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-246">src/mlpack/methods/hmm/hmm_util_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-247">src/mlpack/methods/hoeffding_trees/binary_numeric_split.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-248">src/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-249">src/mlpack/methods/hoeffding_trees/binary_numeric_split_info.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-250">src/mlpack/methods/hoeffding_trees/categorical_split_info.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-251">src/mlpack/methods/hoeffding_trees/gini_impurity.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-252">src/mlpack/methods/hoeffding_trees/hoeffding_categorical_split.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-253">src/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-254">src/mlpack/methods/hoeffding_trees/hoeffding_numeric_split.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-255">src/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-256">src/mlpack/methods/hoeffding_trees/hoeffding_tree.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-257">src/mlpack/methods/hoeffding_trees/hoeffding_tree_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-258">src/mlpack/methods/hoeffding_trees/information_gain.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-259">src/mlpack/methods/hoeffding_trees/numeric_split_info.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-260">src/mlpack/methods/hoeffding_trees/typedef.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-261">src/mlpack/methods/kernel_pca/kernel_pca.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-262">src/mlpack/methods/kernel_pca/kernel_pca_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-263">src/mlpack/methods/kernel_pca/kernel_rules/naive_method.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-264">src/mlpack/methods/kernel_pca/kernel_rules/nystroem_method.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-265">src/mlpack/methods/kmeans/allow_empty_clusters.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-266">src/mlpack/methods/kmeans/dual_tree_kmeans.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-267">src/mlpack/methods/kmeans/dual_tree_kmeans_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-268">src/mlpack/methods/kmeans/dual_tree_kmeans_rules.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-269">src/mlpack/methods/kmeans/dual_tree_kmeans_rules_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-270">src/mlpack/methods/kmeans/dual_tree_kmeans_statistic.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-271">src/mlpack/methods/kmeans/elkan_kmeans.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-272">src/mlpack/methods/kmeans/elkan_kmeans_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-273">src/mlpack/methods/kmeans/hamerly_kmeans.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-274">src/mlpack/methods/kmeans/hamerly_kmeans_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-275">src/mlpack/methods/kmeans/kmeans.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-276">src/mlpack/methods/kmeans/max_variance_new_cluster.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-277">src/mlpack/methods/kmeans/max_variance_new_cluster_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-278">src/mlpack/methods/kmeans/naive_kmeans.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-279">src/mlpack/methods/kmeans/naive_kmeans_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-280">src/mlpack/methods/kmeans/pelleg_moore_kmeans.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-281">src/mlpack/methods/kmeans/pelleg_moore_kmeans_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-282">src/mlpack/methods/kmeans/pelleg_moore_kmeans_rules.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-283">src/mlpack/methods/kmeans/pelleg_moore_kmeans_rules_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-284">src/mlpack/methods/kmeans/pelleg_moore_kmeans_statistic.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-285">src/mlpack/methods/kmeans/random_partition.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-286">src/mlpack/methods/kmeans/refined_start.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-287">src/mlpack/methods/kmeans/refined_start_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-288">src/mlpack/methods/lars/lars.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-289">src/mlpack/methods/lars/lars_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-290">src/mlpack/methods/linear_regression/linear_regression.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-291">src/mlpack/methods/local_coordinate_coding/lcc.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-292">src/mlpack/methods/local_coordinate_coding/lcc_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-293">src/mlpack/methods/logistic_regression/logistic_regression.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-294">src/mlpack/methods/logistic_regression/logistic_regression_function.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-295">src/mlpack/methods/logistic_regression/logistic_regression_function_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-296">src/mlpack/methods/logistic_regression/logistic_regression_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-297">src/mlpack/methods/lsh/lsh_search.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-298">src/mlpack/methods/lsh/lsh_search_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-299">src/mlpack/methods/matrix_completion/matrix_completion.hpp</a>
    (4)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/mlpack/mlpack/pull/537/files#diff-300">src/mlpack/methods/mean_shift/mean_shift.hpp</a>
    (0)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/mlpack/mlpack/pull/537.patch'>https://github.com/mlpack/mlpack/pull/537.patch</a></li>
  <li><a href='https://github.com/mlpack/mlpack/pull/537.diff'>https://github.com/mlpack/mlpack/pull/537.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/mlpack/mlpack/pull/537">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFOSqwqP5QtevS3XCe9cf_ScWSq8Cks5ppTBXgaJpZM4HnKb5.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/mlpack/mlpack/pull/537"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>