tyiannak / amvoc

A Python Tool for Analysis of Mouse Vocal Communication
MIT License
13 stars 2 forks source link

First version vocalizations clustering #7

Closed tyiannak closed 4 years ago

tyiannak commented 4 years ago

A first version is already available. Need to update the features though to close this

tyiannak commented 4 years ago

The following features have been added and used for kmeans clustering. In the future, features will be normalzied and feaure selection will take place before clustering. Closing for now feature_names = ["duration", "min_freq", "max_freq", "mean_freq", "max_freq_change", "min_freq_change", "delta_mean", "delta_std", "delta2_mean", "delta2_std", "freq_start", "freq_end"]