Skip to content

physycom/json_undersampler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

documentclass title author
physycomen
json_undersampler
Fabbri, Sinigardi
© Physics of Complex Systems Laboratory - Physics and Astronomy Department - University of Bologna
Build Status
Build Status

Purpose

This tool has been written to extract a subsample of an original set of data, undersampling it with a given ratio.

Installation

CMake and a C++11 compatible compiler are required. To build the executable, clone the repo and then type

mkdir build ; cd build ; cmake .. ; cmake --build .

With CMake you can also deploy projects for the most common IDEs.
Contains jsoncons as a git submodule.

Usage

json_undersampler.exe -i input.json -o output.json -u undersampling

where input.json must be an existing and valid .json file, and with -u you should give and integer undersampling factor.

More details can be found in our technical description of the file formats published here

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published