Mark et al
I need to apply a filter (AssymetricUncertSet and FCBFSearch) to train
set and use the same reduced set for test set. How do i do this? I
dont want to use the Classifier, i know using FilteredClassifier or
AttributeSelectionClassifier i can get this, but wanted to do it
before using any classifier to get the consistent train and test set.
Thanks
Uday
_______________________________________________
Wekalist mailing list
Send posts to:
List info and subscription status: https://list.scms.waikato.ac.nz/mailman/listinfo/wekalist
List etiquette: http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html
)
On 7/06/12 3:24 PM, Uday Kamath wrote:
> Mark et al
> I need to apply a filter (AssymetricUncertSet and FCBFSearch) to train
> set and use the same reduced set for test set. How do i do this? I
> dont want to use the Classifier, i know using FilteredClassifier or
> AttributeSelectionClassifier i can get this, but wanted to do it
> before using any classifier to get the consistent train and test set.
weka.filters.supervised.AttributeSelection in batch mode from the
command line should do the trick.
Cheers,
Mark.
_______________________________________________
Wekalist mailing list
Send posts to:
List info and subscription status: https://list.scms.waikato.ac.nz/mailman/listinfo/wekalist
List etiquette: http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html
)