Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ParamsTrainingHypothesis: Add copy assignment operator
This fixes a warning from LGTM: No matching copy assignment operator in class ParamsTrainingHypothesis. It is good practice to match a copy constructor with a copy assignment operator. Use also a simpler expression for the size of features. Signed-off-by: Stefan Weil <[email protected]>
- Loading branch information