| Package | Description |
|---|---|
| edu.umass.cs.surveyman.analyses |
Contains static and dynamic analysis structures and logic.
|
| edu.umass.cs.surveyman.survey |
Contains internal representations of survey component abstractions.
|
| Modifier and Type | Method and Description |
|---|---|
List<OptTuple> |
IQuestionResponse.getOpts()
Gets the list of answers the respondent provided for this question.
|
List<OptTuple> |
DynamicAnalysis.QuestionResponse.getOpts() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
OptTuple.getCids(List<OptTuple> optTuples) |
| Modifier and Type | Method and Description |
|---|---|
double |
Question.responseToDouble(List<OptTuple> opts,
boolean noise)
Converts a response to a double precision representation, for use in clustering.
|
Copyright © 2015. All rights reserved.