public class DynamicAnalysis extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DynamicAnalysis.DynamicSurveyResponse
DynamicSurveyResponse extends SurveyResponse, implementing the interface ISurveyResponseReader, which allows this
class to read in responses from a web survey output (i.e., those that edu.umass.cs.runner.Runner produces).
|
static class |
DynamicAnalysis.QuestionResponse
Concretized IQuestionResponse.
|
static class |
DynamicAnalysis.Report |
| Constructor and Description |
|---|
DynamicAnalysis() |
| Modifier and Type | Method and Description |
|---|---|
static DynamicAnalysis.Report |
dynamicAnalysis(Survey survey,
List<DynamicAnalysis.DynamicSurveyResponse> responses,
Classifier classifier,
boolean smoothing,
double alpha) |
static List<DynamicAnalysis.DynamicSurveyResponse> |
readSurveyResponses(Survey s,
Reader r)
Parses the responses to survey s contained in r.
|
static List<DynamicAnalysis.DynamicSurveyResponse> |
readSurveyResponses(Survey s,
String filename)
Parses the responses to survey s contained in the file named filename.
|
public static DynamicAnalysis.Report dynamicAnalysis(Survey survey, List<DynamicAnalysis.DynamicSurveyResponse> responses, Classifier classifier, boolean smoothing, double alpha) throws SurveyException
SurveyExceptionpublic static List<DynamicAnalysis.DynamicSurveyResponse> readSurveyResponses(Survey s, String filename) throws SurveyException
s - The survey that the responses being read from filename had answered.filename - The url string corresponding to the file containing the survey responses.SurveyExceptionpublic static List<DynamicAnalysis.DynamicSurveyResponse> readSurveyResponses(Survey s, Reader r) throws SurveyException
s - The survey that the responses being read by Reader r had answered.r - The reader that feeds in the responses to be parsed.SurveyExceptionCopyright © 2015. All rights reserved.