[What] I need to evaluate algorithms using a command line tool with lots of external source data
[Value] In order to evaluate any new algorithms under test, outside of a DCT app
Describe the potential solution you'd like
C++ CLI helpers and sample for loading RSSI data and device metadata, running specified algorithms, and outputting the results and metadata in a standard, consistent, format.
[ ] Basic CLI to read a single file of data, run a specified analysis (values can be hardcoded for now) and stream data to a single output file. Depends upon #42
[ ] Support RSSI source selection. Depends upon #32
[ ] Support raw source selection. Depends upon #34
[Who] As a DCT app researcher
[What] I need to evaluate algorithms using a command line tool with lots of external source data
[Value] In order to evaluate any new algorithms under test, outside of a DCT app
Describe the potential solution you'd like
C++ CLI helpers and sample for loading RSSI data and device metadata, running specified algorithms, and outputting the results and metadata in a standard, consistent, format.
Describe alternatives you've considered
Doing this in Jupyter notebook and then converting to other languages - lots of test time, no API helpers - would take longer.
Additional context
None
Relative priority
MEDIUM (Not on the critical path, but very useful for evaluating accuracy using external tools and datasets.
Depends on #29