-
Notifications
You must be signed in to change notification settings - Fork 13
Description
What are the units for the list of predictions returned from predict function?
For context, I'm trying to apply some methods from Spikefinder to locate spikes in new datasets, and I'm using the TIFFs/ROIs from Neurofinder as a starting point. I've taken the mean of an ROI from one of the Neurofinder datasets and preprocessed it using the preprocess function. When I call predict, the returned predictions have min=0.00098, mean=0.026073, and max=0.329504.
The data looks like this before preprocessing:

The preprocessed data (blue) and the predictions (orange) end up looking like this:

This is very different from the "spike rates" from Spikefinder, which are discrete values between 0 and 5. So I'm curious how I should be interpreting these predictions. Forgive me if this is documented somewhere already, but I haven't been able to find it. Thanks