Merge pull request #1457 from rcurtin/lcc-fix

Fix invalid error in local_coordinate_coding
This commit is contained in:
Ryan Curtin
2018-07-03 09:33:53 -04:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -2,6 +2,9 @@
###### ????-??-??
* Fix Visual Studio compilation issue (#1443).
* Allow running local_coordinate_coding binding with no initial_dictionary
parameter when input_model is not specified (#1457).
### mlpack 3.0.2
###### 2018-06-08
* Documentation generation fixes for Python bindings (#1421).
@@ -101,7 +101,6 @@ static void mlpackMain()
RandomSeed((size_t) std::time(NULL));
// Check for parameter validity.
RequireOnlyOnePassed({ "input_model", "initial_dictionary" }, true);
RequireOnlyOnePassed({ "training", "input_model" }, true);
if (CLI::HasParam("training"))