Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When learner is initialized at program startup we want to initialize an empty array because learned examples might arrive during program execution. If we have a nil matrix to store them we will get a segfault. Ensuring a matrix is always initialized at startup is one way to solve this. Follow up to #252
- Loading branch information