fixed some issues with stats::variance

fixed umbrella header for stats
added error-feedback to wifi optimizers
improved logging for wifi optimizers
adjusted calling-API for wifi-optimizers
This commit is contained in:
2018-05-20 18:56:49 +02:00
parent a8123d532d
commit a22290415e
7 changed files with 260 additions and 146 deletions

View File

@@ -13,6 +13,8 @@
*/
class WiFiFingerprints {
static constexpr const char* name = "Fingerprints";
private:
// /** the file to save the calibration model to */
@@ -96,6 +98,8 @@ public:
}
Log::add(name, "loaded " + std::to_string(fingerprints.size()) + " fingerprints");
inp.close();
}