[mlpack-svn] r14998 - in mlpack/branches/mlpack-1.x/src/mlpack: . core/data core/dists core/kernels core/math core/metrics core/optimizers/aug_lagrangian core/optimizers/lbfgs core/optimizers/lrsdp core/optimizers/sgd core/tree core/tree/binary_space_tree core/tree/cover_tree core/util methods/det methods/emst methods/fastmks methods/gmm methods/hmm methods/kernel_pca methods/kmeans methods/lars methods/linear_regression methods/local_coordinate_coding methods/lsh methods/mvu methods/naive_bayes methods/nca methods/neighbor_search methods/neighbor_search/sort_policies methods/nmf methods/pca methods/radical methods/range_search methods/rann methods/sparse_coding tests

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed May 1 23:14:51 EDT 2013


Author: rcurtin
Date: 2013-05-01 23:14:47 -0400 (Wed, 01 May 2013)
New Revision: 14998

Modified:
   mlpack/branches/mlpack-1.x/src/mlpack/core.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/data/load.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/data/load_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/data/save.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/data/save_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/dists/discrete_distribution.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/dists/discrete_distribution.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/dists/gaussian_distribution.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/dists/gaussian_distribution.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/cosine_distance.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/cosine_distance_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/epanechnikov_kernel.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/epanechnikov_kernel.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/epanechnikov_kernel_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/example_kernel.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/gaussian_kernel.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/hyperbolic_tangent_kernel.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/laplacian_kernel.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/linear_kernel.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/polynomial_kernel.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/pspectrum_string_kernel.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/pspectrum_string_kernel.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/pspectrum_string_kernel_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/spherical_kernel.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/triangular_kernel.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/math/clamp.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/math/lin_alg.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/math/lin_alg.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/math/random.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/math/random.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/math/range.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/math/range_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/math/round.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/metrics/lmetric.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/metrics/lmetric_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/metrics/mahalanobis_distance.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/metrics/mahalanobis_distance_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_function.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_function_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_test_functions.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_test_functions.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/lbfgs/lbfgs.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/lbfgs/lbfgs_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/lbfgs/test_functions.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/lbfgs/test_functions.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/lrsdp/lrsdp.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/lrsdp/lrsdp_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/sgd/sgd.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/sgd/sgd_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/sgd/test_function.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/sgd/test_function.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/ballbound.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/ballbound_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/binary_space_tree.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/binary_space_tree_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/dual_tree_traverser.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/dual_tree_traverser_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/single_tree_traverser.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/single_tree_traverser_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/traits.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/bounds.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/cover_tree.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/cover_tree_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/dual_tree_traverser.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/dual_tree_traverser_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/first_point_is_root.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/single_tree_traverser.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/single_tree_traverser_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/traits.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/hrectbound.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/hrectbound_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/mrkd_statistic.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/mrkd_statistic.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/mrkd_statistic_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/periodichrectbound.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/periodichrectbound_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/statistic.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/tree/tree_traits.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/util/cli.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/util/cli.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/util/cli_deleter.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/util/cli_deleter.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/util/cli_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/util/log.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/util/log.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/util/nulloutstream.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/util/option.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/util/option.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/util/option_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/util/prefixedoutstream.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/util/prefixedoutstream.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/util/prefixedoutstream_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/util/save_restore_utility.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/util/save_restore_utility.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/util/save_restore_utility_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/util/sfinae_utility.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/util/string_util.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/util/string_util.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/util/timers.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/core/util/timers.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/det/det_main.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/det/dt_utils.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/det/dt_utils.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/det/dtree.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/det/dtree.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/dtb.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/dtb_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/dtb_rules.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/dtb_rules_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/edge_pair.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/emst_main.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/union_find.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/fastmks.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/fastmks_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/fastmks_main.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/fastmks_rules.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/fastmks_rules_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/fastmks_stat.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/ip_metric.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/ip_metric_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/gmm/em_fit.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/gmm/em_fit_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/gmm/gmm.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/gmm/gmm_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/gmm/gmm_main.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/gmm/phi.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_generate_main.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_loglik_main.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_train_main.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_util.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_util_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_viterbi_main.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/kernel_pca/kernel_pca.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/kernel_pca/kernel_pca_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/kernel_pca/kernel_pca_main.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/allow_empty_clusters.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/kmeans.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/kmeans_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/kmeans_main.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/max_variance_new_cluster.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/max_variance_new_cluster_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/random_partition.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/refined_start.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/refined_start_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/lars/lars.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/lars/lars.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/lars/lars_main.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/linear_regression/linear_regression.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/linear_regression/linear_regression.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/linear_regression/linear_regression_main.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/local_coordinate_coding/lcc.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/local_coordinate_coding/lcc_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/local_coordinate_coding/lcc_main.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/lsh/lsh_main.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/lsh/lsh_search.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/lsh/lsh_search_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/mvu/mvu.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/mvu/mvu.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/mvu/mvu_main.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/naive_bayes/naive_bayes_classifier.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/naive_bayes/naive_bayes_classifier_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/naive_bayes/nbc_main.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/nca/nca.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/nca/nca_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/nca/nca_main.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/nca/nca_softmax_error_function.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/nca/nca_softmax_error_function_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/allkfn_main.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/allknn_main.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/neighbor_search.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/neighbor_search_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/neighbor_search_rules.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/neighbor_search_rules_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/typedef.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/unmap.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/unmap.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/als_update_rules.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/mult_dist_update_rules.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/mult_div_update_rules.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/nmf.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/nmf_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/nmf_main.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/random_acol_init.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/random_init.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/pca/pca.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/pca/pca.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/pca/pca_main.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/radical/radical.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/radical/radical.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/radical/radical_main.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/range_search/range_search.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/range_search/range_search_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/range_search/range_search_main.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/rann/allkrann_main.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/rann/ra_search.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/rann/ra_search_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/rann/ra_search_rules.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/rann/ra_search_rules_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/rann/ra_typedef.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/sparse_coding/data_dependent_random_initializer.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/sparse_coding/nothing_initializer.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/sparse_coding/random_initializer.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/sparse_coding/sparse_coding.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/sparse_coding/sparse_coding_impl.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/methods/sparse_coding/sparse_coding_main.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/allkfn_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/allknn_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/allkrann_search_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/arma_extend_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/aug_lagrangian_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/cli_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/det_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/distribution_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/emst_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/fastmks_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/gmm_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/hmm_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/kernel_pca_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/kernel_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/kmeans_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/lars_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/lbfgs_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/lin_alg_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/linear_regression_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/load_save_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/local_coordinate_coding_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/lrsdp_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/lsh_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/math_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/mlpack_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/nbc_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/nca_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/nmf_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/old_boost_test_definitions.hpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/pca_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/radical_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/range_search_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/save_restore_utility_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/sgd_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/sort_policy_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/sparse_coding_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/tree_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/tree_traits_test.cpp
   mlpack/branches/mlpack-1.x/src/mlpack/tests/union_find_test.cpp
Log:
Bump version number.


Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/data/load.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/data/load.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/data/load.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  * not transpose matrices on input, and it allows us to give better error
  * output.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/data/load_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/data/load_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/data/load_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of templatized load() function defined in load.hpp.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/data/save.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/data/save.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/data/save.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  * not transpose matrices upon saving, and it allows us to give better error
  * output.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/data/save_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/data/save_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/data/save_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of save functionality.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/dists/discrete_distribution.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/dists/discrete_distribution.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/dists/discrete_distribution.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of DiscreteDistribution probability distribution.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/dists/discrete_distribution.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/dists/discrete_distribution.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/dists/discrete_distribution.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Implementation of the discrete distribution, where each discrete observation
  * has a given probability.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/dists/gaussian_distribution.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/dists/gaussian_distribution.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/dists/gaussian_distribution.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of Gaussian distribution class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/dists/gaussian_distribution.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/dists/gaussian_distribution.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/dists/gaussian_distribution.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of the Gaussian distribution.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/cosine_distance.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/cosine_distance.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/cosine_distance.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * This implements the cosine distance (or cosine similarity) between two
  * vectors, which is a measure of the angle between the two vectors.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/cosine_distance_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/cosine_distance_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/cosine_distance_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * This implements the cosine distance.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/epanechnikov_kernel.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/epanechnikov_kernel.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/epanechnikov_kernel.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of non-template Epanechnikov kernels.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/epanechnikov_kernel.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/epanechnikov_kernel.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/epanechnikov_kernel.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Definition of the Epanechnikov kernel.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/epanechnikov_kernel_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/epanechnikov_kernel_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/epanechnikov_kernel_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of template-based Epanechnikov kernel functions.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/example_kernel.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/example_kernel.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/example_kernel.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * This is an example kernel.  If you are making your own kernel, follow the
  * outline specified in this file.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/gaussian_kernel.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/gaussian_kernel.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/gaussian_kernel.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  *
  * Implementation of the Gaussian kernel (GaussianKernel).
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/hyperbolic_tangent_kernel.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/hyperbolic_tangent_kernel.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/hyperbolic_tangent_kernel.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of the hyperbolic tangent kernel.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/laplacian_kernel.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/laplacian_kernel.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/laplacian_kernel.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of the Laplacian kernel (LaplacianKernel).
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/linear_kernel.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/linear_kernel.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/linear_kernel.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  *
  * Implementation of the linear kernel (just the standard dot product).
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/polynomial_kernel.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/polynomial_kernel.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/polynomial_kernel.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of the polynomial kernel (just the standard dot product).
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/pspectrum_string_kernel.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/pspectrum_string_kernel.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/pspectrum_string_kernel.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -8,7 +8,7 @@
  * strings; then, the actual strings are given to the PSpectrumStringKernel at
  * construction time, and the kernel knows to map the indices to actual strings.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/pspectrum_string_kernel.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/pspectrum_string_kernel.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/pspectrum_string_kernel.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -8,7 +8,7 @@
  * strings; then, the actual strings are given to the PSpectrumStringKernel at
  * construction time, and the kernel knows to map the indices to actual strings.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/pspectrum_string_kernel_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/pspectrum_string_kernel_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/pspectrum_string_kernel_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -8,7 +8,7 @@
  * strings; then, the actual strings are given to the PSpectrumStringKernel at
  * construction time, and the kernel knows to map the indices to actual strings.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/spherical_kernel.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/spherical_kernel.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/spherical_kernel.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * This is an example kernel.  If you are making your own kernel, follow the
  * outline specified in this file.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/triangular_kernel.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/triangular_kernel.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/kernels/triangular_kernel.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Definition and implementation of the trivially simple triangular kernel.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/math/clamp.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/math/clamp.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/math/clamp.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -3,7 +3,7 @@
  *
  * Miscellaneous math clamping routines.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/math/lin_alg.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/math/lin_alg.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/math/lin_alg.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Linear algebra utilities.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/math/lin_alg.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/math/lin_alg.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/math/lin_alg.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Linear algebra utilities.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/math/random.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/math/random.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/math/random.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -3,7 +3,7 @@
  *
  * Declarations of global Boost random number generators.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/math/random.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/math/random.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/math/random.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -3,7 +3,7 @@
  *
  * Miscellaneous math random-related routines.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/math/range.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/math/range.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/math/range.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  * Definition of the Range class, which represents a simple range with a lower
  * and upper bound.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/math/range_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/math/range_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/math/range_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -3,7 +3,7 @@
  *
  * Implementation of the (inlined) Range class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/math/round.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/math/round.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/math/round.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Implementation of round() for use on Visual Studio, where C99 isn't
  * implemented.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/metrics/lmetric.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/metrics/lmetric.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/metrics/lmetric.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -7,7 +7,7 @@
  *
  * This also gives several convenience typedefs for commonly used L-metrics.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/metrics/lmetric_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/metrics/lmetric_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/metrics/lmetric_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of template specializations of LMetric class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/metrics/mahalanobis_distance.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/metrics/mahalanobis_distance.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/metrics/mahalanobis_distance.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * The Mahalanobis distance.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/metrics/mahalanobis_distance_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/metrics/mahalanobis_distance_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/metrics/mahalanobis_distance_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of the Mahalanobis distance.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  * optimization method (also called the 'method of multipliers'.  This class
  * uses the L-BFGS optimizer.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_function.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_function.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_function.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Contains a utility class for AugLagrangian.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_function_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_function_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_function_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  * specializations can probably be given in many cases, but this is the most
  * general case.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Implementation of AugLagrangian class (Augmented Lagrangian optimization
  * method).
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_test_functions.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_test_functions.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_test_functions.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of AugLagrangianTestFunction class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_test_functions.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_test_functions.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_test_functions.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Define test functions for the augmented Lagrangian method.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/lbfgs/lbfgs.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/lbfgs/lbfgs.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/lbfgs/lbfgs.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  *
  * The generic L-BFGS optimizer.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/lbfgs/lbfgs_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/lbfgs/lbfgs_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/lbfgs/lbfgs_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  *
  * The implementation of the L_BFGS optimizer.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/lbfgs/test_functions.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/lbfgs/test_functions.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/lbfgs/test_functions.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementations of the test functions defined in test_functions.hpp.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/lbfgs/test_functions.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/lbfgs/test_functions.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/lbfgs/test_functions.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -10,7 +10,7 @@
  *  ACM Trans. Math. Softw. 7, 1 (March 1981), 17-41.
  *  http://portal.acm.org/citation.cfm?id=355934.355936
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/lrsdp/lrsdp.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/lrsdp/lrsdp.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/lrsdp/lrsdp.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * An implementation of Monteiro and Burer's formulation of low-rank
  * semidefinite programs (LR-SDP).
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/lrsdp/lrsdp_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/lrsdp/lrsdp_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/lrsdp/lrsdp_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * An implementation of Monteiro and Burer's formulation of low-rank
  * semidefinite programs (LR-SDP).
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/sgd/sgd.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/sgd/sgd.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/sgd/sgd.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Stochastic Gradient Descent (SGD).
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/sgd/sgd_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/sgd/sgd_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/sgd/sgd_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of stochastic gradient descent.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/sgd/test_function.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/sgd/test_function.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/sgd/test_function.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Implementation of very simple test function for stochastic gradient descent
  * (SGD).
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/sgd/test_function.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/sgd/test_function.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/optimizers/sgd/test_function.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Very simple test function for SGD.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/ballbound.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/ballbound.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/ballbound.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  * Bounds that are useful for binary space partitioning trees.
  * Interface to a ball bound that works in arbitrary metric spaces.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/ballbound_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/ballbound_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/ballbound_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  *
  * @experimental
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/binary_space_tree.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/binary_space_tree.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/binary_space_tree.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -3,7 +3,7 @@
  *
  * Definition of generalized binary space partitioning tree (BinarySpaceTree).
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/binary_space_tree_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/binary_space_tree_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/binary_space_tree_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -3,7 +3,7 @@
  *
  * Implementation of generalized space partitioning tree.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/dual_tree_traverser.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/dual_tree_traverser.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/dual_tree_traverser.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -7,7 +7,7 @@
  * manner with a given set of rules which indicate the branches which can be
  * pruned and the order in which to recurse.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/dual_tree_traverser_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/dual_tree_traverser_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/dual_tree_traverser_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  * to perform a dual-tree traversal of two trees.  The trees must be the same
  * type.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/single_tree_traverser.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/single_tree_traverser.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/single_tree_traverser.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  * given set of rules which indicate the branches which can be pruned and the
  * order in which to recurse.  This traverser is a depth-first traverser.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/single_tree_traverser_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/single_tree_traverser_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/single_tree_traverser_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  * given set of rules which indicate the branches which can be pruned and the
  * order in which to recurse.  This traverser is a depth-first traverser.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/traits.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/traits.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree/traits.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Specialization of the TreeTraits class for the BinarySpaceTree type of tree.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/binary_space_tree.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Include all the necessary files to use the BinarySpaceTree class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/bounds.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/bounds.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/bounds.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -3,7 +3,7 @@
  *
  * Bounds that are useful for binary space partitioning trees.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/cover_tree.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/cover_tree.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/cover_tree.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Definition of CoverTree, which can be used in place of the BinarySpaceTree.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/cover_tree_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/cover_tree_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/cover_tree_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of CoverTree class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/dual_tree_traverser.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/dual_tree_traverser.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/dual_tree_traverser.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * A dual-tree traverser for the cover tree.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/dual_tree_traverser_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/dual_tree_traverser_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/dual_tree_traverser_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * A dual-tree traverser for the cover tree.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/first_point_is_root.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/first_point_is_root.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/first_point_is_root.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * A very simple policy for the cover tree; the first point in the dataset is
  * chosen as the root of the cover tree.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/single_tree_traverser.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/single_tree_traverser.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/single_tree_traverser.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  * single-tree breadth-first recursion with a pruning rule and a base case (two
  * point) rule.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/single_tree_traverser_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/single_tree_traverser_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/single_tree_traverser_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Implementation of the single tree traverser for cover trees, which implements
  * a breadth-first traversal.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/traits.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/traits.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree/traits.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * This file contains the specialization of the TreeTraits class for the
  * CoverTree type of tree.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/cover_tree.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Includes all the necessary files to use the CoverTree class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/hrectbound.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/hrectbound.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/hrectbound.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  * This file describes the interface for the HRectBound class, which implements
  * a hyperrectangle bound.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/hrectbound_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/hrectbound_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/hrectbound_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  *
  * @experimental
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/mrkd_statistic.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/mrkd_statistic.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/mrkd_statistic.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Definition of the statistic for multi-resolution kd-trees.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/mrkd_statistic.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/mrkd_statistic.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/mrkd_statistic.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Definition of the statistic for multi-resolution kd-trees.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/mrkd_statistic_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/mrkd_statistic_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/mrkd_statistic_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Definition of the statistic for multi-resolution kd-trees.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/periodichrectbound.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/periodichrectbound.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/periodichrectbound.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  * This file describes the interface for the PeriodicHRectBound policy, which
  * implements a hyperrectangle bound in a periodic space.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/periodichrectbound_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/periodichrectbound_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/periodichrectbound_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  * Implementation of periodic hyper-rectangle bound policy class.
  * Template parameter t_pow is the metric to use; use 2 for Euclidian (L2).
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/statistic.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/statistic.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/statistic.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  *
  * You should define your own statistic that looks like EmptyStatistic.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/tree/tree_traits.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/tree/tree_traits.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/tree/tree_traits.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  * provides information about tree types.  If you create a tree class, you
  * should specialize this class with the characteristics of your tree.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/util/cli.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/util/cli.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/util/cli.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of the CLI module for parsing parameters.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/util/cli.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/util/cli.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/util/cli.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  * This can be used more or less regardless of context.  In the future,
  * it might be expanded to include file I/O.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/util/cli_deleter.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/util/cli_deleter.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/util/cli_deleter.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -8,7 +8,7 @@
  * CLIDeleter class, which will be initialized at the beginning of the program
  * and deleted at the end.  The destructor destroys the CLI singleton.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/util/cli_deleter.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/util/cli_deleter.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/util/cli_deleter.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Definition of the CLIDeleter() class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/util/cli_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/util/cli_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/util/cli_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of templated functions of the CLI class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/util/log.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/util/log.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/util/log.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of the Log class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/util/log.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/util/log.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/util/log.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Definition of the Log class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/util/nulloutstream.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/util/nulloutstream.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/util/nulloutstream.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  *
  * Definition of the NullOutStream class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/util/option.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/util/option.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/util/option.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Implementation of the ProgramDoc class.  The class registers itself with CLI
  * when constructed.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/util/option.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/util/option.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/util/option.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Definition of the Option class, which is used to define parameters which are
  * used by CLI.  The ProgramDoc class also resides here.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/util/option_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/util/option_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/util/option_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of template functions for the Option class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/util/prefixedoutstream.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/util/prefixedoutstream.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/util/prefixedoutstream.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  *
  * Implementation of PrefixedOutStream methods.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/util/prefixedoutstream.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/util/prefixedoutstream.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/util/prefixedoutstream.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  *
  * Declaration of the PrefixedOutStream class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/util/prefixedoutstream_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/util/prefixedoutstream_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/util/prefixedoutstream_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  *
  * Implementation of templated PrefixedOutStream member functions.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/util/save_restore_utility.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/util/save_restore_utility.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/util/save_restore_utility.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * The SaveRestoreUtility provides helper functions in saving and
  *   restoring models.  The current output file type is XML.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/util/save_restore_utility.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/util/save_restore_utility.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/util/save_restore_utility.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -7,7 +7,7 @@
  *
  * @experimental
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/util/save_restore_utility_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/util/save_restore_utility_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/util/save_restore_utility_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * The SaveRestoreUtility provides helper functions in saving and
  *   restoring models.  The current output file type is XML.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/util/sfinae_utility.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/util/sfinae_utility.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/util/sfinae_utility.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -7,7 +7,7 @@
  * compile time, which is useful for changing functionality depending on what
  * operations an object is capable of performing.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/util/string_util.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/util/string_util.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/util/string_util.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -3,7 +3,7 @@
  *
  * Defines methods useful for formatting output.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/util/string_util.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/util/string_util.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/util/string_util.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -3,7 +3,7 @@
  *
  * Declares methods that are useful for writing formatting output.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/util/timers.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/util/timers.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/util/timers.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of timers.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core/util/timers.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core/util/timers.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core/util/timers.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Timers for MLPACK.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/core.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/core.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/core.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  * Include all of the base components required to write MLPACK methods, and the
  * main MLPACK Doxygen documentation.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/det/det_main.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/det/det_main.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/det/det_main.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * This file provides an example use of the DET
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/det/dt_utils.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/det/dt_utils.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/det/dt_utils.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * This file implements functions to perform different tasks with the Density
  * Tree class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/det/dt_utils.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/det/dt_utils.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/det/dt_utils.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * This file implements functions to perform different tasks with the Density
  * Tree class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/det/dtree.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/det/dtree.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/det/dtree.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  * the Density Estimation Tree class.
  *
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/det/dtree.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/det/dtree.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/det/dtree.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Density Estimation Tree class
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/dtb.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/dtb.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/dtb.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -17,7 +17,7 @@
  * }
  * @endcode
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/dtb_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/dtb_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/dtb_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of DTB.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/dtb_rules.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/dtb_rules.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/dtb_rules.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Tree traverser rules for the DualTreeBoruvka algorithm.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/dtb_rules_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/dtb_rules_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/dtb_rules_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Tree traverser rules for the DualTreeBoruvka algorithm.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/edge_pair.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/edge_pair.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/edge_pair.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  * This file contains utilities necessary for all of the minimum spanning tree
  * algorithms.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/emst_main.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/emst_main.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/emst_main.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -19,7 +19,7 @@
  * }
  * @endcode
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/union_find.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/union_find.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/emst/union_find.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -7,7 +7,7 @@
  * Calling unionfind.Union(x, y) unites the components indexed by x and y.
  * unionfind.Find(x) returns the index of the component containing point x.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/fastmks.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/fastmks.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/fastmks.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Definition of the FastMKS class, which implements fast exact max-kernel
  * search.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/fastmks_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/fastmks_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/fastmks_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of the FastMKS class (fast max-kernel search).
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/fastmks_main.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/fastmks_main.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/fastmks_main.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Main executable for maximum inner product search.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/fastmks_rules.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/fastmks_rules.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/fastmks_rules.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Rules for the single or dual tree traversal for fast max-kernel search.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/fastmks_rules_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/fastmks_rules_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/fastmks_rules_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of FastMKSRules for cover tree search.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/fastmks_stat.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/fastmks_stat.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/fastmks_stat.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * The statistic used in trees with FastMKS.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/ip_metric.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/ip_metric.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/ip_metric.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Inner product induced metric.  If given a kernel function, this gives the
  * complementary metric.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/ip_metric_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/ip_metric_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/fastmks/ip_metric_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of the IPMetric.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/gmm/em_fit.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/gmm/em_fit.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/gmm/em_fit.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Utility class to fit a GMM using the EM algorithm.  Used by
  * GMM::Estimate<>().
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/gmm/em_fit_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/gmm/em_fit_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/gmm/em_fit_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of EM algorithm for fitting GMMs.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/gmm/gmm.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/gmm/gmm.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/gmm/gmm.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Defines a Gaussian Mixture model and
  * estimates the parameters of the model
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/gmm/gmm_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/gmm/gmm_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/gmm/gmm_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  *
  * Implementation of template-based GMM methods.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/gmm/gmm_main.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/gmm/gmm_main.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/gmm/gmm_main.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * This program trains a mixture of Gaussians on a given data matrix.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/gmm/phi.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/gmm/phi.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/gmm/phi.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * This file computes the Gaussian probability
  * density function
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  *
  * Definition of HMM class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_generate_main.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_generate_main.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_generate_main.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Compute the most probably hidden state sequence of a given observation
  * sequence for a given HMM.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  *
  * Implementation of HMM class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_loglik_main.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_loglik_main.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_loglik_main.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Compute the log-likelihood of a given sequence for a given HMM.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_train_main.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_train_main.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_train_main.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Executable which trains an HMM and saves the trained HMM to file.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_util.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_util.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_util.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Save/load utilities for HMMs.  This should be eventually merged into the HMM
  * class itself.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_util_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_util_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_util_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of HMM load/save functions.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_viterbi_main.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_viterbi_main.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/hmm/hmm_viterbi_main.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Compute the most probably hidden state sequence of a given observation
  * sequence for a given HMM.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/kernel_pca/kernel_pca.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/kernel_pca/kernel_pca.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/kernel_pca/kernel_pca.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Defines the KernelPCA class to perform Kernel Principal Components Analysis
  * on the specified data set.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/kernel_pca/kernel_pca_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/kernel_pca/kernel_pca_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/kernel_pca/kernel_pca_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Implementation of KernelPCA class to perform Kernel Principal Components
  * Analysis on the specified data set.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/kernel_pca/kernel_pca_main.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/kernel_pca/kernel_pca_main.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/kernel_pca/kernel_pca_main.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Executable for Kernel PCA.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/allow_empty_clusters.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/allow_empty_clusters.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/allow_empty_clusters.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * This very simple policy is used when K-Means is allowed to return empty
  * clusters.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/kmeans.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/kmeans.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/kmeans.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * K-Means clustering.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/kmeans_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/kmeans_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/kmeans_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  *
  * Implementation for the K-means method for getting an initial point.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/kmeans_main.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/kmeans_main.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/kmeans_main.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Executable for running K-Means.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/max_variance_new_cluster.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/max_variance_new_cluster.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/max_variance_new_cluster.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  * an empty cluster is detected, the point furthest from the centroid of the
  * cluster with maximum variance is taken to be a new cluster.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/max_variance_new_cluster_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/max_variance_new_cluster_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/max_variance_new_cluster_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of MaxVarianceNewCluster class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/random_partition.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/random_partition.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/random_partition.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Very simple partitioner which partitions the data randomly into the number of
  * desired clusters.  Used as the default InitialPartitionPolicy for KMeans.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/refined_start.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/refined_start.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/refined_start.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  * K-Means clustering".  This class is meant to provide better initial points
  * for the k-means algorithm.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/refined_start_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/refined_start_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/kmeans/refined_start_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  * K-Means clustering".  This class is meant to provide better initial points
  * for the k-means algorithm.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/lars/lars.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/lars/lars.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/lars/lars.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of LARS and LASSO.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/lars/lars.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/lars/lars.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/lars/lars.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -16,7 +16,7 @@
  * Although this option currently is not implemented, it will be implemented
  * very soon.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/lars/lars_main.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/lars/lars_main.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/lars/lars_main.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Executable for LARS.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/linear_regression/linear_regression.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/linear_regression/linear_regression.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/linear_regression/linear_regression.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of simple linear regression.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/linear_regression/linear_regression.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/linear_regression/linear_regression.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/linear_regression/linear_regression.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Simple least-squares linear regression.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/linear_regression/linear_regression_main.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/linear_regression/linear_regression_main.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/linear_regression/linear_regression_main.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Main function for least-squares linear regression.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/local_coordinate_coding/lcc.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/local_coordinate_coding/lcc.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/local_coordinate_coding/lcc.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Definition of the LocalCoordinateCoding class, which performs the Local
  * Coordinate Coding algorithm.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/local_coordinate_coding/lcc_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/local_coordinate_coding/lcc_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/local_coordinate_coding/lcc_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of Local Coordinate Coding
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/local_coordinate_coding/lcc_main.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/local_coordinate_coding/lcc_main.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/local_coordinate_coding/lcc_main.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Executable for Local Coordinate Coding.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/lsh/lsh_main.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/lsh/lsh_main.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/lsh/lsh_main.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * This file computes the approximate nearest-neighbors using 2-stable
  * Locality-sensitive Hashing.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/lsh/lsh_search.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/lsh/lsh_search.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/lsh/lsh_search.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -19,7 +19,7 @@
  *  organization={ACM}
  * }
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/lsh/lsh_search_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/lsh/lsh_search_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/lsh/lsh_search_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of the LSHSearch class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/mvu/mvu.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/mvu/mvu.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/mvu/mvu.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of the MVU class and its auxiliary objective function class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/mvu/mvu.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/mvu/mvu.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/mvu/mvu.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -7,7 +7,7 @@
  * program) which MVU seeks to minimize.  Minimization is performed by the
  * Augmented Lagrangian optimizer (which in turn uses the L-BFGS optimizer).
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/mvu/mvu_main.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/mvu/mvu_main.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/mvu/mvu_main.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Executable for MVU.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/naive_bayes/naive_bayes_classifier.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/naive_bayes/naive_bayes_classifier.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/naive_bayes/naive_bayes_classifier.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  * the features.  It is assumed that the features have been sampled from a
  * Gaussian PDF.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/naive_bayes/naive_bayes_classifier_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/naive_bayes/naive_bayes_classifier_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/naive_bayes/naive_bayes_classifier_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  * the features.  It is assumed that the features have been sampled from a
  * Gaussian PDF.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/naive_bayes/nbc_main.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/naive_bayes/nbc_main.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/naive_bayes/nbc_main.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -7,7 +7,7 @@
  * This classifier does parametric naive bayes classification assuming that the
  * features are sampled from a Gaussian distribution.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/nca/nca.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/nca/nca.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/nca/nca.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Declaration of NCA class (Neighborhood Components Analysis).
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/nca/nca_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/nca/nca_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/nca/nca_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of templated NCA class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/nca/nca_main.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/nca/nca_main.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/nca/nca_main.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Executable for Neighborhood Components Analysis.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/nca/nca_softmax_error_function.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/nca/nca_softmax_error_function.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/nca/nca_softmax_error_function.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Implementation of the stochastic neighbor assignment probability error
  * function (the "softmax error").
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/nca/nca_softmax_error_function_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/nca/nca_softmax_error_function_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/nca/nca_softmax_error_function_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of the Softmax error function.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/allkfn_main.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/allkfn_main.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/allkfn_main.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Implementation of the AllkFN executable.  Allows some number of standard
  * options.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/allknn_main.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/allknn_main.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/allknn_main.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Implementation of the AllkNN executable.  Allows some number of standard
  * options.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/neighbor_search.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/neighbor_search.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/neighbor_search.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Defines the NeighborSearch class, which performs an abstract
  * nearest-neighbor-like query on two datasets.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/neighbor_search_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/neighbor_search_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/neighbor_search_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Implementation of Neighbor-Search class to perform all-nearest-neighbors on
  * two specified data sets.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/neighbor_search_rules.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/neighbor_search_rules.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/neighbor_search_rules.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Defines the pruning rules and base case rules necessary to perform a
  * tree-based search (with an arbitrary tree) for the NeighborSearch class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/neighbor_search_rules_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/neighbor_search_rules_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/neighbor_search_rules_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of NearestNeighborRules.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of the simple FurthestNeighborSort policy class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Implementation of the SortPolicy class for NeighborSearch; in this case, the
  * furthest neighbors are those that are most important.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Implementation of templated methods for the FurthestNeighborSort SortPolicy
  * class for the NeighborSearch class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of the simple NearestNeighborSort policy class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Implementation of the SortPolicy class for NeighborSearch; in this case, the
  * nearest neighbors are those that are most important.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Implementation of templated methods for the NearestNeighborSort SortPolicy
  * class for the NeighborSearch class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/typedef.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/typedef.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/typedef.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  * class which are commonly used.  This is meant to be included by
  * neighbor_search.h but is a separate file for simplicity.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/unmap.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/unmap.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/unmap.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Auxiliary function to unmap neighbor search results.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/unmap.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/unmap.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/neighbor_search/unmap.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Convenience methods to unmap results.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/als_update_rules.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/als_update_rules.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/als_update_rules.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -10,7 +10,7 @@
  * \f$ \sqrt{\sum_i \sum_j(V-WH)^2} \f$ by alternately calculating W and H
  * respectively while holding the other matrix constant.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/mult_dist_update_rules.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/mult_dist_update_rules.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/mult_dist_update_rules.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -9,7 +9,7 @@
  * non-increasing between subsequent iterations. Both of the update rules
  * for W and H are defined in this file.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/mult_div_update_rules.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/mult_div_update_rules.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/mult_div_update_rules.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -10,7 +10,7 @@
  * non-increasing between subsequent iterations. Both of the update rules
  * for W and H are defined in this file.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/nmf.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/nmf.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/nmf.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Defines the NMF class to perform Non-negative Matrix Factorization
  * on the given matrix.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/nmf_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/nmf_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/nmf_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Implementation of NMF class to perform Non-Negative Matrix Factorization
  * on the given matrix.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/nmf_main.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/nmf_main.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/nmf_main.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Main executable to run NMF.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/random_acol_init.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/random_acol_init.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/random_acol_init.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -8,7 +8,7 @@
  * This method sets each of the columns of W by averaging p randomly chosen
  * columns of V.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/random_init.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/random_init.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/nmf/random_init.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Intialization rule for Non-Negative Matrix Factorization (NMF). This simple
  * initialization is performed by assigning a random matrix to W and H.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/pca/pca.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/pca/pca.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/pca/pca.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Implementation of PCA class to perform Principal Components Analysis on the
  * specified data set.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/pca/pca.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/pca/pca.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/pca/pca.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Defines the PCA class to perform Principal Components Analysis on the
  * specified data set.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/pca/pca_main.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/pca/pca_main.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/pca/pca_main.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Main executable to run PCA.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/radical/radical.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/radical/radical.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/radical/radical.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of Radical class
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/radical/radical.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/radical/radical.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/radical/radical.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Declaration of Radical class (RADICAL is Robust, Accurate, Direct ICA
  * aLgorithm).
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/radical/radical_main.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/radical/radical_main.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/radical/radical_main.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Executable for RADICAL.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/range_search/range_search.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/range_search/range_search.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/range_search/range_search.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Defines the RangeSearch class, which performs a generalized range search on
  * points.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/range_search/range_search_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/range_search/range_search_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/range_search/range_search_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of the RangeSearch class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/range_search/range_search_main.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/range_search/range_search_main.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/range_search/range_search_main.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  * Implementation of the RangeSearch executable.  Allows some number of standard
  * options.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/rann/allkrann_main.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/rann/allkrann_main.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/rann/allkrann_main.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Implementation of the AllkRANN executable.  Allows some number of standard
  * options.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/rann/ra_search.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/rann/ra_search.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/rann/ra_search.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -15,7 +15,7 @@
  *   year={2009}
  * }
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/rann/ra_search_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/rann/ra_search_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/rann/ra_search_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Implementation of RASearch class to perform rank-approximate
  * all-nearest-neighbors on two specified data sets.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/rann/ra_search_rules.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/rann/ra_search_rules.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/rann/ra_search_rules.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  * tree-based rank-approximate search (with an arbitrary tree) 
  * for the RASearch class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/rann/ra_search_rules_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/rann/ra_search_rules_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/rann/ra_search_rules_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Implementation of RASearchRules.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/rann/ra_typedef.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/rann/ra_typedef.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/rann/ra_typedef.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Simple typedefs describing template instantiations of the RASearch
  * class which are commonly used.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/sparse_coding/data_dependent_random_initializer.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/sparse_coding/data_dependent_random_initializer.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/sparse_coding/data_dependent_random_initializer.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * A sensible heuristic for initializing dictionaries for sparse coding.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/sparse_coding/nothing_initializer.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/sparse_coding/nothing_initializer.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/sparse_coding/nothing_initializer.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  * for when you have an already defined dictionary and you plan on setting it
  * with SparseCoding::Dictionary().
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/sparse_coding/random_initializer.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/sparse_coding/random_initializer.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/sparse_coding/random_initializer.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * A very simple random dictionary initializer for SparseCoding; it is probably
  * not a very good choice.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/sparse_coding/sparse_coding.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/sparse_coding/sparse_coding.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/sparse_coding/sparse_coding.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Definition of the SparseCoding class, which performs L1 (LASSO) or
  * L1+L2 (Elastic Net)-regularized sparse coding with dictionary learning
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/sparse_coding/sparse_coding_impl.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/sparse_coding/sparse_coding_impl.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/sparse_coding/sparse_coding_impl.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Implementation of Sparse Coding with Dictionary Learning using l1 (LASSO) or
  * l1+l2 (Elastic Net) regularization.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/methods/sparse_coding/sparse_coding_main.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/methods/sparse_coding/sparse_coding_main.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/methods/sparse_coding/sparse_coding_main.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Executable for Sparse Coding.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/allkfn_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/allkfn_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/allkfn_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -3,7 +3,7 @@
  *
  * Tests for AllkFN (all-k-furthest-neighbors).
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/allknn_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/allknn_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/allknn_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -3,7 +3,7 @@
  *
  * Test file for AllkNN class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/allkrann_search_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/allkrann_search_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/allkrann_search_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  * Unit tests for the 'RASearch' class and consequently the 'RASearchRules'
  * class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/arma_extend_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/arma_extend_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/arma_extend_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Test of the MLPACK extensions to Armadillo.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/aug_lagrangian_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/aug_lagrangian_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/aug_lagrangian_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Test of the AugmentedLagrangian class using the test functions defined in
  * aug_lagrangian_test_functions.hpp.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/cli_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/cli_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/cli_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Test for the CLI input parameter system.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/det_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/det_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/det_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Unit tests for the functions of the class DTree
  * and the utility functions using this class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/distribution_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/distribution_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/distribution_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Test for the mlpack::distribution::DiscreteDistribution class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/emst_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/emst_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/emst_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -3,7 +3,7 @@
  *
  * Test file for EMST methods.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/fastmks_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/fastmks_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/fastmks_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Ensure that fast max-kernel search is correct.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/gmm_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/gmm_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/gmm_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Test for the Gaussian Mixture Model class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/hmm_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/hmm_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/hmm_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -3,7 +3,7 @@
  *
  * Test file for HMMs.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/kernel_pca_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/kernel_pca_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/kernel_pca_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Test file for Kernel PCA.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/kernel_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/kernel_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/kernel_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  *
  * Tests for the various kernel classes.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/kmeans_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/kmeans_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/kmeans_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -2,7 +2,7 @@
  * @file kmeans_test.cpp
  * @author Ryan Curtin
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/lars_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/lars_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/lars_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -3,7 +3,7 @@
  *
  * Test for LARS
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/lbfgs_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/lbfgs_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/lbfgs_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  *
  * @author Ryan Curtin (gth671b at mail.gatech.edu)
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/lin_alg_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/lin_alg_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/lin_alg_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -6,7 +6,7 @@
  * Partly so I can be sure that my changes are working.
  * Move to boost unit testing framework at some point.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/linear_regression_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/linear_regression_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/linear_regression_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -3,7 +3,7 @@
  *
  * Test for linear regression.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/load_save_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/load_save_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/load_save_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Tests for data::Load() and data::Save().
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/local_coordinate_coding_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/local_coordinate_coding_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/local_coordinate_coding_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -3,7 +3,7 @@
  *
  * Test for Local Coordinate Coding
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/lrsdp_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/lrsdp_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/lrsdp_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Tests for LR-SDP (core/optimizers/lrsdp/).
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/lsh_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/lsh_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/lsh_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -3,7 +3,7 @@
  *
  * Unit tests for the 'LSHSearch' class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/math_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/math_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/math_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Tests for everything in the math:: namespace.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/mlpack_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/mlpack_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/mlpack_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  * Simple file defining the name of the overall test for MLPACK.  Each
  * individual test is contained in its own file.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/nbc_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/nbc_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/nbc_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -3,7 +3,7 @@
  *
  * Test for the Naive Bayes classifier.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/nca_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/nca_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/nca_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Unit tests for Neighborhood Components Analysis and related code (including
  * the softmax error function).
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/nmf_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/nmf_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/nmf_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Test file for NMF class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/old_boost_test_definitions.hpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/old_boost_test_definitions.hpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/old_boost_test_definitions.hpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -5,7 +5,7 @@
  * Ancient Boost.Test versions don't act how we expect.  This file includes the
  * things we need to fix that.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/pca_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/pca_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/pca_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Test file for PCA class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/radical_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/radical_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/radical_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Executable for RADICAL
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/range_search_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/range_search_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/range_search_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Test file for RangeSearch<> class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/save_restore_utility_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/save_restore_utility_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/save_restore_utility_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Here we have tests for the SaveRestoreModel class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/sgd_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/sgd_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/sgd_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Test file for SGD (stochastic gradient descent).
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/sort_policy_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/sort_policy_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/sort_policy_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Tests for each of the implementations of the SortPolicy class.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/sparse_coding_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/sparse_coding_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/sparse_coding_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -3,7 +3,7 @@
  *
  * Test for Sparse Coding
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/tree_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/tree_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/tree_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -3,7 +3,7 @@
  *
  * Tests for tree-building methods.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/tree_traits_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/tree_traits_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/tree_traits_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -8,7 +8,7 @@
  * change like that (because they have to change the test too).  That's the
  * hope, at least...
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free

Modified: mlpack/branches/mlpack-1.x/src/mlpack/tests/union_find_test.cpp
===================================================================
--- mlpack/branches/mlpack-1.x/src/mlpack/tests/union_find_test.cpp	2013-05-02 03:10:10 UTC (rev 14997)
+++ mlpack/branches/mlpack-1.x/src/mlpack/tests/union_find_test.cpp	2013-05-02 03:14:47 UTC (rev 14998)
@@ -4,7 +4,7 @@
  *
  * Unit tests for the Union-Find data structure.
  *
- * This file is part of MLPACK 1.0.4.
+ * This file is part of MLPACK 1.0.5.
  *
  * MLPACK is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free




More information about the mlpack-svn mailing list