Hi,
I'm currently using Random Forests to classify acoustic data to corresponding bat species, however I was wondering if there is a way to also incorporate unsupervised cluster analysis into my classifier (such as K-Means or Hierarchical modelling)?
Whilst I have training data for ~40% of my target species, there is likely to be a large proportion of my field dataset which corresponds to species that haven't yet been described in the supervised model and therefore I would like for the classifier to be able to assign new clusters/call types to new classes (that hopefully can be matched to a species later).
I have been looking at consensus maximisation algorithms but I'm not sure if this would be the best method.
Any help is greatly appreciated!
(I'm not a computer scientist so please forgive me if this is a very straightforward question)