Package | Description |
---|---|
edu.umass.cs.surveyman.analyses |
Contains static and dynamic analysis structures and logic.
|
Modifier and Type | Method and Description |
---|---|
static List<DynamicAnalysis.DynamicSurveyResponse> |
DynamicAnalysis.readSurveyResponses(Survey s,
Reader r)
Parses the responses to survey s contained in r.
|
static List<DynamicAnalysis.DynamicSurveyResponse> |
DynamicAnalysis.readSurveyResponses(Survey s,
String filename)
Parses the responses to survey s contained in the file named filename.
|
Modifier and Type | Method and Description |
---|---|
static DynamicAnalysis.Report |
DynamicAnalysis.dynamicAnalysis(Survey survey,
List<DynamicAnalysis.DynamicSurveyResponse> responses,
Classifier classifier,
boolean smoothing,
double alpha) |
Copyright © 2015. All rights reserved.