-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hour discrimination training set #19
Comments
What are you doing for test/ train dataset similarity measure? Could it not be simply done with variance feature selection? We want anova test to say test and training are not significantly different? Sent from my HTC ----- Reply message ----- Started this method of the data assembler to implement a multiclass training set. Haven't actually finished it yet. It does not work. Y matrix needs to be constructed from the hour indexes. Won't fix this at the moment as am working on the test-train discrimination training set first. Reply to this email directly or view it on GitHub: |
I'm using the classifier itself to decide whether the test/train are similar. Seems like if the training and test are not sepearable to the SVC but preictal/interictal are separable it is more likely to be able to generalise better. ANOVA test wouldn't reflect the SVM model. Is ANOVA a multivariate model? Comparing the first and second moments of a multivariate Gaussian would probably be fine. Could just use the KL divergence. |
Although, a classifier could still work perfectly well if preictal/interictal are separable and training/test are separable as well. Think I'll go for the multivariate Gaussian for now. |
MANOVA is what you are looking for. |
Yes On Tue, Nov 11, 2014 at 9:55 PM, Finlay Maguire [email protected]
|
Started this method of the data assembler to implement a multiclass training set. Haven't actually finished it yet. It does not work. Y matrix needs to be constructed from the hour indexes. Won't fix this at the moment as am working on the test-train discrimination training set first.
The text was updated successfully, but these errors were encountered: