Documentation Site Map Main Page Reference List Motion Capture Visual3D Overview Visual3D Installation License Activation Getting Started Visual3D Documentation Overview Pipeline Commands Reference Expressions Overview CalTester Mode Overview List of Tutorials Visual3D Examples Overview Troubleshooting Sift Sift Overview Installation Getting Started Sift Documentation Overview Knowledge Discovery for Biomechanical Data Tutorial Overview Troubleshooting Inspect3D Inspect3D Overview Inspect3D Installation Overview Inspect3D Getting Started Overview Inspect3D Documentation Overview Knowledge Discovery in Inspect3D Inspect3D Tutorials Overview Troubleshooting DSX Suite DSX Overview DSX Definitions DSX Suite Installation DSX Tutorials DSX Release Notes xManager Overview PlanDSX Overview Surface3D Overview Orient3D Overview CalibrateDSX Overview Locate3D Overview X4D Overview
This is an old revision of the document!
the local outlier factor]] is a machine learning algorithm that detects outliers by using nearest neighbour distances (k-nearest neighbour). the lof finds points that are outliers relative to local clusters. the lof outlier score takes into account the relative density of the data points to the local clusters. the local outlier factor is found on the toolbar and under 'outlier detection using pca' in the analysis menu. lof_button.png ===== dialog ===== lof_dlg.png the local outlier factor using pca allows the user to automatically search the data and identify traces that are outside the norm. the search for outliers can be done by combined groups, group, and workspaces. users can decide if they want to auto-exclude any outliers that are detected in the groups or workspaces. users can specify conditions of the lof technique, including number of nearest neighbours, thresholds, p-values, and outlier percentage. * **grouping to search:** how pc scores are grouped together: * **combined groups:** groups all scores together regardless of actual group. * **groups:** groups scores from the same group together. * **workspaces:** groups scores from the same group and workspace together (only available when pca is run on traces and not workspace means). * **auto-exclude results:** if outliers should be automatically excluded from the results. * **number of passes:** the number of passes to make on each grouping. outliers are deselected after each pass. stops short if no outliers found at that pass. * **find all outliers:** if outliers should be identified until no more outliers are found in a pass. * **number of neighbors:** the number of neighbors (k) to compare against in the lof algorithm. * **determine number of pcs using variance explained:** if the number of pcs (ala dimensions) should be calculated from a threshold for the variance explained, or if a manual number are chosen. * **number of pcs / pcs variance explained:** if above unchecked, the number of pcs. if above checked, the % of variance to explain with the pcs. * **outlier criteria:** how outliers should be determined: * **manual:** any outlier above a specific lof threshold is determined to be an outlier. * **sequential grubbs' test:** uses the grubbs' test to identify a threshold for a approximate percentage of outliers at a specified alpha value. * **manual outlier threshold:** if manual above, the specific lof threshold that determines if a pc score is an outlier. * **grubbs' test alpha:** the alpha value corresponding to the grubbs' test. * **outlier percentage (approx.):** the approximate % of outliers that are in the dataset. * **scale data to % variability:** scale the distance measures to be proportional to the variance along each pc axis. * **show lof on workspace scores:** if the lof should be shown on the workspace scores graph. ===== results ===== the lof results appear upon completion of running the test. }}