spectre-team / spectre

This project provides an Spectre's implementation of Data Mining Group's algorithms for processing mass spectrometry imaging (MSI) datasets.
https://spectre-team.github.io/
Apache License 2.0
2 stars 1 forks source link

Signature estimation framework #156

Closed gmrukwa closed 6 years ago

gmrukwa commented 6 years ago

Proceed with this PR only if #155 is already merged, to see proper (smaller) subset of changes.

libStatistics have been supplied with simple framework for estimation of feature differentiation strength. To accomplish this, some minor (but distributed) changes had to be made also in other projects:

  1. Empty temporary fix for IDataset not supporting disabling metadata through setting it to void. It has been moved from libClassifier to the root of the problem - libDataset.
  2. OutOfRangeException appeared to be non-resolved by compiler when trying to use Dataset<T1, T2, T3>. Proper #include had to be made, and explicit references to libException::OutOfRangeException.
gmrukwa commented 6 years ago

Molecular signature analysis framework (C++)