| Package | Description |
|---|---|
| edu.umass.cs.surveyman.analyses |
Contains static and dynamic analysis structures and logic.
|
| Modifier and Type | Field and Description |
|---|---|
List<Simulation.ROC> |
StaticAnalysis.Report.rocListBest |
List<Simulation.ROC> |
StaticAnalysis.Report.rocListWorst |
| Modifier and Type | Method and Description |
|---|---|
static Simulation.ROC |
Simulation.analyze(Survey survey,
List<? extends SurveyResponse> surveyResponses,
Classifier classifier,
double alpha)
Classifies bad actors and returns classification results for the mix of respondents provided.
|
| Modifier and Type | Method and Description |
|---|---|
String |
StaticAnalysis.Report.jsonizeBadActors(List<Simulation.ROC> rocList) |
Copyright © 2015. All rights reserved.