saving clusters to new arff files

View: New views
3 Messages — Rating Filter:   Alert me  

saving clusters to new arff files

by shiloon () :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi forum :)

how it is possible using filters to classify a data file into 10 dataset, 9 as train data, 1 as test using cross-validation j48 algorithm?

thanks for your help

Re: saving clusters to new arff files

by Peter Reutemann-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> how it is possible using filters to classify a data file into 10 dataset, 9
> as train data, 1 as test using cross-validation j48 algorithm?

I'm confused at what you're trying to do... Are you trying to perform
a clustering task, like your subject suggests or are you trying to
manually perform cross-validation (i.e., a classification task)?

In my previous post, I already mentioned how you can generate subsets
of a dataset using filters:
  https://list.scms.waikato.ac.nz/mailman/htdig/wekalist/2009-October/019663.html

You might also want to have a look at the wiki article "Generating
cross-validation folds" (the "filter approach" uses the RemoveFolds
filter I mentioned in my previous post):
  http://weka.wikispaces.com/Generating+cross-validation+folds

Cheers, Peter
--
Peter Reutemann, Dept. of Computer Science, University of Waikato, NZ
http://www.cs.waikato.ac.nz/~fracpete/           Ph. +64 (7) 858-5174

_______________________________________________
Wekalist mailing list
Send posts to: Wekalist@...
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

Re: saving clusters to new arff files

by shiloon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Many thanks Peter, it worked :)
Peter Reutemann-3 wrote:
> how it is possible using filters to classify a data file into 10 dataset, 9
> as train data, 1 as test using cross-validation j48 algorithm?

I'm confused at what you're trying to do... Are you trying to perform
a clustering task, like your subject suggests or are you trying to
manually perform cross-validation (i.e., a classification task)?

In my previous post, I already mentioned how you can generate subsets
of a dataset using filters:
  https://list.scms.waikato.ac.nz/mailman/htdig/wekalist/2009-October/019663.html

You might also want to have a look at the wiki article "Generating
cross-validation folds" (the "filter approach" uses the RemoveFolds
filter I mentioned in my previous post):
  http://weka.wikispaces.com/Generating+cross-validation+folds

Cheers, Peter
--
Peter Reutemann, Dept. of Computer Science, University of Waikato, NZ
http://www.cs.waikato.ac.nz/~fracpete/           Ph. +64 (7) 858-5174

_______________________________________________
Wekalist mailing list
Send posts to: Wekalist@list.scms.waikato.ac.nz
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