aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/gaze_analysis_pipeline/pipeline_modules/scan_path_analyzers.md
blob: afba8441e22a4651070915e7f7d40ec7909a1e71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Scan path analyzers
===================

ArGaze provides ready-to-use scan path analysis algorithms.

Here are JSON samples to include a chosen module inside [ArFrame configuration](../configuration_and_execution.md) *scan_path_analyzers* entry.

## Basic metrics

```json
"Basic": {}
```

[See in code reference](../../../argaze.md/#argaze.GazeAnalysis.Basic.ScanPathAnalyzer)

## Exploit/Explore ratio

```json
"ExploitExploreRatio": {
	"short_fixation_duration_threshold": 0
}
```

[See in code reference](../../../argaze.md/#argaze.GazeAnalysis.ExploitExploreRatio.ScanPathAnalyzer)

## K coefficient

```json
"KCoefficient": {}
```

[See in code reference](../../../argaze.md/#argaze.GazeAnalysis.KCoefficient.ScanPathAnalyzer)

## Nearest neighbor index

```json
"NearestNeighborIndex": {}
```

[See in code reference](../../../argaze.md/#argaze.GazeAnalysis.NearestNeighborIndex.ScanPathAnalyzer)