You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
folder : name of the output folder. This folder is created in the directory where the dataset is located.
35
+
36
+
swap_axes : if True, the input matrix from the *.h5 file is transposed
37
+
38
+
n_ensembles : max number of ensembles to be found
39
+
40
+
iterations : number of iterations in each initialization
41
+
42
+
lag : max length of ensembles
43
+
44
+
ensemble-penalty : ensemble coefficient beta, the bigger this value is, the sparser the motifs will be
45
+
46
+
start : frame number from which the analysis is started, useful if only poart of the data should be analyzed
47
+
48
+
limit : frame number up to which the analysis is performed, useful if only part of the data should be analyzed
49
+
50
+
remove : removes neurons from spike matrix
51
+
52
+
initializations : number of random initializations, for each trail the same set of parameters is used.
53
+
54
+
store_iterations : stores the result of each iteration
55
+
56
+
warm_start_file and warm_start_dataset : name of the .h5 file and dataset that contain values for the ensembles and spikes that should be used for initialization
57
+
58
+
Output
59
+
-----------
60
+
61
+
learned ensembles and spikes saved in an *.h5 file
print("\n\nThe data to be analysed consists of %d neurons observed over %d time frames. \nIf this is not correct, use the -swap option to transpose the inserted matrix.\n\n"% (n_neurons,n_frames))
113
+
print("--- finding", n_ensembles,"ensembles with length", lag,"in", file_name,"\b.h5 --- \n(for more information see log.txt) \n\n\n\n\n\n\n")
0 commit comments