aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/gaze_analysis_pipeline/pipeline_modules/scan_path_analyzers.md
diff options
context:
space:
mode:
authorThéo de la Hogue2024-04-10 20:04:45 +0200
committerThéo de la Hogue2024-04-10 20:04:45 +0200
commit0c5fb0f3ec5f773797fc08ec769f33e332c7dd46 (patch)
tree9ab69aa9579b00fcb322c9331d09f580a2521c67 /docs/user_guide/gaze_analysis_pipeline/pipeline_modules/scan_path_analyzers.md
parentbe59d476d3ff5810da583efe2ac4c62b4294f663 (diff)
downloadargaze-0c5fb0f3ec5f773797fc08ec769f33e332c7dd46.zip
argaze-0c5fb0f3ec5f773797fc08ec769f33e332c7dd46.tar.gz
argaze-0c5fb0f3ec5f773797fc08ec769f33e332c7dd46.tar.bz2
argaze-0c5fb0f3ec5f773797fc08ec769f33e332c7dd46.tar.xz
Updating documentation.
Diffstat (limited to 'docs/user_guide/gaze_analysis_pipeline/pipeline_modules/scan_path_analyzers.md')
-rw-r--r--docs/user_guide/gaze_analysis_pipeline/pipeline_modules/scan_path_analyzers.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/user_guide/gaze_analysis_pipeline/pipeline_modules/scan_path_analyzers.md b/docs/user_guide/gaze_analysis_pipeline/pipeline_modules/scan_path_analyzers.md
index f1d38e2..39268b7 100644
--- a/docs/user_guide/gaze_analysis_pipeline/pipeline_modules/scan_path_analyzers.md
+++ b/docs/user_guide/gaze_analysis_pipeline/pipeline_modules/scan_path_analyzers.md
@@ -27,7 +27,7 @@ Read more about [ScanPathAnalyzer base class in code reference](../../../argaze.
### JSON sample
```json
-"Basic": {}
+"argaze.GazeAnalysis.Basic.ScanPathAnalyzer": {}
```
## Explore/Exploit ratio
@@ -37,7 +37,7 @@ Read more about [ScanPathAnalyzer base class in code reference](../../../argaze.
### JSON sample
```json
-"ExploreExploitRatio": {
+"argaze.GazeAnalysis.ExploreExploitRatio.ScanPathAnalyzer": {
"short_fixation_duration_threshold": 0
}
```
@@ -49,7 +49,7 @@ Read more about [ScanPathAnalyzer base class in code reference](../../../argaze.
### JSON sample
```json
-"KCoefficient": {}
+"argaze.GazeAnalysis.KCoefficient.ScanPathAnalyzer": {}
```
## Nearest neighbor index
@@ -58,5 +58,5 @@ Read more about [ScanPathAnalyzer base class in code reference](../../../argaze.
### JSON sample
```json
-"NearestNeighborIndex": {}
+"argaze.GazeAnalysis.NearestNeighborIndex.ScanPathAnalyzer": {}
```