Which cluster does instance A belong to

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

Which cluster does instance A belong to

by suthasinee tangyotkhajorn :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hello,

I had clustered text via COBWEB clustering.
The result seems very neat; however,
I couldn't seem to be able to know which cluster does any specific instance falls in.

Is it possible to learn such information from weka?


Thanks in advance,


Windows Liveā„¢: Keep your life in sync. Check it out!
_______________________________________________
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: Which cluster does instance A belong to

by Peter Reutemann-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> I had clustered text via COBWEB clustering.
> The result seems very neat; however,
> I couldn't seem to be able to know which cluster does any specific instance
> falls in.
>
> Is it possible to learn such information from weka?

You could use the AddCluster filter (package
weka.filters.unsupervised.attribute) to add the cluster to the
instances they got assigned to. In the Explorer, display the cluster
assignments and save them as ARFF file. That will also generate a
dataset with an additional attribute listing the cluster an instance
was assigned to.

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