Package adaptlil.gazepoint.excel
Class Participant
java.lang.Object
adaptlil.gazepoint.excel.Participant
Data structure class used to generate training data for deep learning models.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetAnatomyAnswersFile(File anatomyAnswersFile) voidsetAnatomyFixationFile(File anatomyFixationFile) voidsetAnatomyGazeFile(File anatomyGazeFile) voidsetBaselineFixationFile(File baselineFixationFile) voidsetBaselineGazeFile(File baselineGazeFile) voidsetConfAnswersFile(File confAnswersFile) voidsetConfFixationFile(File confFixationFile) voidsetConfGazeFile(File confGazeFile) voidvoidsetVisType(String visType) toString() 
- 
Field Details
- 
id
 - 
visType
 - 
anatomyGazeFile
 - 
confGazeFile
 - 
confFixationFile
 - 
anatomyFixationFile
 - 
baselineGazeFile
 - 
baselineFixationFile
 - 
anatomyAnswersFile
 - 
confAnswersFile
 
 - 
 - 
Constructor Details
- 
Participant
 
 - 
 - 
Method Details
- 
getId
 - 
setId
 - 
getAnatomyGazeFile
 - 
setAnatomyGazeFile
 - 
getConfGazeFile
 - 
setConfGazeFile
 - 
getConfFixationFile
 - 
setConfFixationFile
 - 
getAnatomyFixationFile
 - 
setAnatomyFixationFile
 - 
getBaselineGazeFile
 - 
setBaselineGazeFile
 - 
getBaselineFixationFile
 - 
setBaselineFixationFile
 - 
getAnatomyAnswersFile
 - 
setAnatomyAnswersFile
 - 
getConfAnswersFile
 - 
setConfAnswersFile
 - 
getVisType
 - 
setVisType
 - 
toString
 
 -