select * from PreCalculatedNorm --this is the table in which the precalculated norms we have
where MetricMeasureId = 117 -- this is the measure id of Confusion
SourceMediaId in (71068,
71069,
82490,
82493,
82494,
83272,
83493,
83492)
and AlgorithmId = 264 --Algo of the given study please use the new one as we use it here, the old one is 96
and SegmentId = 2946
How to get Average Confusion or other emotions from the DB
Have more questions? Submit a request
0 Comments