aboutsummaryrefslogtreecommitdiff
path: root/measures.cpp
AgeCommit message (Collapse)Author
2015-10-05"Hiding" some measure functions.Samuel Fadel
2015-09-30Merge with origin/measures; a few fixesSamuel Fadel
2015-09-15Fixed bugs in the kNN algorithmSamuel Fadel
2015-09-01Improvements 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-24Color 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-02Added missing reference in klDivergence.Samuel Fadel
2015-06-01Bugfix klDivergence.Samuel Fadel
2015-05-30Initial quality measures implementation.Samuel Fadel