Scan path analyzers =================== ArGaze provides ready-to-use scan path analysis algorithms. Here are JSON samples to include a chosen module inside [ArFrame configuration](../ar_frame_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)