Skip to content

Block_doAutoClustering

Max-Home-Tower edited this page Jul 1, 2020 · 1 revision

doAutoClustering

Method of nigeLab.Block. Generates the data linked to Clusters.

Usage

Ultimately, this should be invoked from the Dashboard graphical user interface.

blockObj = nigeLab.Block;
% Assuming that raw extraction, filtering, and spike detection are already completed...
blockObj.doAutoClustering;
Clone this wiki locally