Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Analysis classes should work with jagged arrays instead of multidimensional matrices #71

Closed
cesarsouza opened this issue Apr 4, 2015 · 1 comment

Comments

@cesarsouza
Copy link
Member

All analysis classes and their interfaces should be refactored to work with jagged arrays instead of multidimensional matrices. This might involve updating some matrix decomposition classes to work with jagged arrays.

@cesarsouza
Copy link
Member Author

All analysis classes now implement the new common interfaces for data transformation (ITransform), Supervised learning (ISupervisedLearning) and Unsupervised learning (IUnsupervisedLearning). Those interfaces now rely exclusively on jagged arrays and the use of multi-dimensional arrays for sample representation is being discontinued.

Fixed on release 3.2.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant