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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
void
setAnatomyAnswersFile
(File anatomyAnswersFile) void
setAnatomyFixationFile
(File anatomyFixationFile) void
setAnatomyGazeFile
(File anatomyGazeFile) void
setBaselineFixationFile
(File baselineFixationFile) void
setBaselineGazeFile
(File baselineGazeFile) void
setConfAnswersFile
(File confAnswersFile) void
setConfFixationFile
(File confFixationFile) void
setConfGazeFile
(File confGazeFile) void
void
setVisType
(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
-