| Package | Description |
|---|---|
| edu.umass.cs.surveyman.qc |
Contains quality control metrics.
|
| Modifier and Type | Method and Description |
|---|---|
static SurveyPath |
SurveyPath.getPath(SurveyResponse r)
Returns the set of enclosing blocks for this survey response.
|
| Modifier and Type | Method and Description |
|---|---|
static List<SurveyPath> |
SurveyDAG.getPaths(Survey s)
Returns paths through **blocks** in the survey.
|
| Modifier and Type | Method and Description |
|---|---|
static PathFrequencyMap |
PathFrequencyMap.makeFrequenciesForPaths(List<SurveyPath> paths,
List<? extends SurveyResponse> responses)
Returns the counts for each path; see @etosch's blog post on the calculation.
|
| Constructor and Description |
|---|
SurveyDAG(SurveyPath... paths) |
Copyright © 2015. All rights reserved.