Skip to content

User Guide

Dave Moten edited this page Apr 14, 2019 · 10 revisions

Introduction

TODO

Example with a sample study

TODO

Input data

TODO link to src/main/resources/studies and explain format

Configuring

Correlation Coefficient

By default DeliberateQ uses Spearman's correlation coefficient. To specify another type, add a System property on startup:

java deliberate-q.jar -Dcc=PEARSONS

Valid values for the cc option are PEARSONS, SPEARMANS, CONCORDANCE.

Clone this wiki locally