Closes #3 integrated new testdata with wifidongles
This commit is contained in:
21
main.cpp
21
main.cpp
@@ -52,8 +52,23 @@ struct Data {
|
||||
mapDir + "grid_Stock_2_01.dat"
|
||||
};
|
||||
|
||||
} data;
|
||||
DataSetup FloorOneToThree = {
|
||||
|
||||
mapDir + "SHL_Stock_1-3_03.xml",
|
||||
|
||||
{
|
||||
dataDir + "Path4_0.csv",
|
||||
dataDir + "Path5_0.csv",
|
||||
dataDir + "Path6_0.csv",
|
||||
},
|
||||
|
||||
mapDir + "wifi_fp_all.dat",
|
||||
40,
|
||||
VAPGrouper::Mode::LAST_MAC_DIGIT_TO_ZERO,
|
||||
mapDir + "grid_Stock_1-3_03.dat"
|
||||
};
|
||||
|
||||
} data;
|
||||
|
||||
Floorplan::IndoorMap* MyState::map;
|
||||
|
||||
@@ -389,9 +404,9 @@ int main(int argc, char** argv) {
|
||||
K::Statistics<float> statsQuantil;
|
||||
K::Statistics<float> tmp;
|
||||
|
||||
for(int i = 0; i < 1; ++i){
|
||||
for(int i = 0; i < 10; ++i){
|
||||
|
||||
tmp = run(data.SecondFloorOnly, 2, "Wifi-Dongle-Test", Settings::Path_DongleTest::path3);
|
||||
tmp = run(data.FloorOneToThree, 2, "Wifi-Dongle-Test", Settings::Path_DongleTest::path6);
|
||||
statsMedian.add(tmp.getMedian());
|
||||
statsAVG.add(tmp.getAvg());
|
||||
statsSTD.add(tmp.getStdDev());
|
||||
|
||||
Reference in New Issue
Block a user