aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/gaze_analysis_pipeline/pipeline_modules/scan_path_analyzers.md
diff options
context:
space:
mode:
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": {}
```