aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/gaze_analysis_pipeline/pipeline_modules/aoi_scan_path_analyzers.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user_guide/gaze_analysis_pipeline/pipeline_modules/aoi_scan_path_analyzers.md')
-rw-r--r--docs/user_guide/gaze_analysis_pipeline/pipeline_modules/aoi_scan_path_analyzers.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/user_guide/gaze_analysis_pipeline/pipeline_modules/aoi_scan_path_analyzers.md b/docs/user_guide/gaze_analysis_pipeline/pipeline_modules/aoi_scan_path_analyzers.md
index 9ac2f6d..8bb2cf7 100644
--- a/docs/user_guide/gaze_analysis_pipeline/pipeline_modules/aoi_scan_path_analyzers.md
+++ b/docs/user_guide/gaze_analysis_pipeline/pipeline_modules/aoi_scan_path_analyzers.md
@@ -27,7 +27,7 @@ Read more about [AOIScanPathAnalyzer base class in code reference](../../../arga
### JSON sample
```json
-"Basic": {}
+"argaze.GazeAnalysis.Basic.AOIScanPathAnalyzer": {}
```
## Entropy
@@ -37,7 +37,7 @@ Read more about [AOIScanPathAnalyzer base class in code reference](../../../arga
### JSON sample
```json
-"Entropy": {}
+"argaze.GazeAnalysis.Entropy.AOIScanPathAnalyzer": {}
```
## K-modified coefficient
@@ -47,7 +47,7 @@ Read more about [AOIScanPathAnalyzer base class in code reference](../../../arga
### JSON sample
```json
-"KCoefficient": {}
+"argaze.GazeAnalysis.KCoefficient.AOIScanPathAnalyzer": {}
```
## Lempel-Ziv complexity
@@ -57,7 +57,7 @@ Read more about [AOIScanPathAnalyzer base class in code reference](../../../arga
### JSON sample
```json
-"LempelZivComplexity": {}
+"argaze.GazeAnalysis.LempelZivComplexity.AOIScanPathAnalyzer": {}
```
## N-Gram
@@ -67,7 +67,7 @@ Read more about [AOIScanPathAnalyzer base class in code reference](../../../arga
### JSON sample
```json
-"NGram": {
+"argaze.GazeAnalysis.NGram.AOIScanPathAnalyzer": {
"n_min": 3,
"n_max": 5
}
@@ -80,5 +80,5 @@ Read more about [AOIScanPathAnalyzer base class in code reference](../../../arga
### JSON sample
```json
-"TransitionMatrix": {}
+"argaze.GazeAnalysis.TransitionMatrix.AOIScanPathAnalyzer": {}
```