Merge pull request #1457 from rcurtin/lcc-fix
Fix invalid error in local_coordinate_coding
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user