commit | 14fc99849797b8e72e7bd1f9e2fe78f24deab06d | [log] [tgz] |
---|---|---|
author | Alex Loiko <aleloi@webrtc.org> | Wed Oct 04 14:19:06 2017 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Oct 04 12:49:54 2017 +0000 |
tree | fe650986d90ce24df1a2d7b1de585ba0fac5b26c | |
parent | bbc5d90f33f48a48e5930cd728844d8dec4f0fbf [diff] |
Boxplot for APM-QA A script for producing boxplots by parsing data generated by the apm_quality_assessment.py tool. The script groups data by the values of one or several audioproc_f parameters. For every such subgroup it draws a boxplot. All boxplots are shown next to each other with the parameter value as the x axis. It is similar to this matplotlib example: https://matplotlib.org/mpl_examples/pylab_examples/boxplot_demo_06.png The script 1. reads config file names from the pandas dataframe generated by quality_assurance.collect_data 2. parses the (JSON) config files to read the parameter values 3. groups data with matching param values together 4. draws a boxplot for each group using matplotlib TBR=alessiob@webrtc.org # reviewed already in old gerrit https://chromium-review.googlesource.com/c/external/webrtc/+/660559 BUG: webrtc:7218 Change-Id: I380a1363d26721feb975fad1506835c622e9d926 Reviewed-on: https://webrtc-review.googlesource.com/6340 Reviewed-by: Alex Loiko <aleloi@webrtc.org> Commit-Queue: Alex Loiko <aleloi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20139}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.