The UWE Statistical Uncertainty Management Toolkit (SUMiT) is a software framework for co-ordinating the application of a range of techniques to large datasets in the production and publication of public statistics.
build
: empty folder to be used for building executablesdata
: contains example data files for testinglib
: contains third-party librariespython
: contains example Python scriptssumit
: contains SUMiT source code
NATIVE_OPT=ON
: Optimise for the native system architecture (CMake default = ON)
$ sudo apt install python3 cmake
$ git clone --recurse-submodules https://github.com/AI-SDC/SUMiT.git
$ cd SUMiT/build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make
Notes: if brew
is not an option, install CMake.
$ brew install cmake python
$ git clone --recurse-submodules https://github.com/AI-SDC/SUMiT.git
$ cd SUMiT/build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make
- Start Server
$ java -jar sumit/sumit_server/cell_suppression_server.jar
- Run Suppression Tool
$ ./sumit/cell_suppression_tool/cell_suppression_tool
$ python3 example.py