-
Notifications
You must be signed in to change notification settings - Fork 22
detrend_local_()
This function detrends rho-delta plot (see the bottom figure) in order to identify cluster centers that have high delta
values (distance to nearest neighbor having higher density rho
). The detrend is done by fitting a quadratic function in delta vs. log(rho) plot.
If P.vcDetrend_postclu = 'global', single fitting is done to all sites.
If P.vcDetrend_postclu = 'local', separate fitting is done to each site.
Once the detrending is done, outliers (cluster peaks) are identified by searching for events exceeding P.delta1_cut (distance) and P.rho_cut (density) thresholds.
Home
JRCLUST pipeline
Performance benchmark
Step-by-step tutorial
Video tutorials
Command line interface
Requirements and Installation
Tetrodes sorting
Command listing
Code listing
Function listing
Main GUI
Preview GUI
Probe GUI
Traces GUI
Manual GUI
PSTH view
Input and output files
Probe file
Batch file
Supported recording format
User configuration file
Combining multiple files
Generating trial files
Master struct (S0)
Parameters struct (P)
Cluster struct (S_clu)
Global variables
Variable naming convention