Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-31 | Updated KNN. | Samuel Fadel | |
2016-02-09 | Slightly reworked rewinding; added values rewinding. | Samuel Fadel | |
Needs a solution to the problem of which values must be displayed and/or interpolated. Currently, whenever the user rewinds, the current error measure is displayed, regardless of what was being displayed before. This will probably be trivial to solve once we have a nice way of changing the current measure. * Also changed all OpenMP-powered for loops to use signed integers, requirements of OMP2.x (which is what MSVC supports currently) * The above change comes with a new header for utility functions | |||
2015-10-22 | Added PLMP as an alternative technique to use; knn() is now exposed in the ↵ | Samuel Fadel | |
mp namespace. | |||
2015-10-05 | "Hiding" some measure functions. | Samuel Fadel | |
2015-09-30 | Merge with origin/measures; a few fixes | Samuel Fadel | |
2015-09-15 | Fixed bugs in the kNN algorithm | Samuel Fadel | |
2015-09-01 | Improvements related to visual representation of distortions. | Samuel Fadel | |
- New continuous color scale class; - Improvements in signal handler for calculating distortions; - Implementation of the NP(k) measure. | |||
2015-07-24 | Color mapping in Scatterplot and initial measures. | Samuel Fadel | |
- Scatterplot: can now map any floating point data to colors; - Scatterplot: somewhat optimized geometry/material updates; - Removed anything related to labels where it was not necessary; - Added observers to implement distortion (via measures) visualization; - Added skeleton implementations of NP and silhouette. | |||
2015-06-02 | Added missing reference in klDivergence. | Samuel Fadel | |
2015-06-01 | Bugfix klDivergence. | Samuel Fadel | |
2015-05-30 | Initial quality measures implementation. | Samuel Fadel | |