From 0e3229f936a583dce3641547c6bc291269f6c025 Mon Sep 17 00:00:00 2001 From: Alexander James Wallar Date: Wed, 29 Jan 2014 15:13:17 +0000 Subject: [PATCH] Move plotting to a separate file. Create a reference data learning function --- app/Locabean/build.xml | 70 +++++++++++ app/Locabean/res/layout/setup_dialog.xml | 47 ------- .../src/com/locaudio/functional/Function.java | 16 +-- .../com/locaudio/locabean/NodeActivity.java | 25 ++-- locaudio/detectionserver.py | 7 +- locaudio/plot.py | 116 +++++++++++++++++ locaudio/point.py | 26 ++++ locaudio/triangulation.py | 117 +++--------------- tests/test_server.py | 2 +- tests/test_triangulation.py | 16 +-- 10 files changed, 257 insertions(+), 185 deletions(-) create mode 100644 app/Locabean/build.xml delete mode 100644 app/Locabean/res/layout/setup_dialog.xml create mode 100644 locaudio/plot.py diff --git a/app/Locabean/build.xml b/app/Locabean/build.xml new file mode 100644 index 0000000..65e5edb --- /dev/null +++ b/app/Locabean/build.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/Locabean/res/layout/setup_dialog.xml b/app/Locabean/res/layout/setup_dialog.xml deleted file mode 100644 index 664a4cf..0000000 --- a/app/Locabean/res/layout/setup_dialog.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - -