|
View:
New views
13 Messages
—
Rating Filter:
Alert me
|
|
|
Changing Attribute for ClassifyingHello,
i need another help from you again. In the classify i want to change Attribut from (Num) rain_sum as we could see in this pic ![]() into (Nom) device5_wh like this ![]() Can somebody please tell me how i can change the attribute?? Thank you.. |
|
|
|
Neural Network implementation in Weka
_______________________________________________ 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: Neural Network implementation in Weka> what is the name of the algorithm to use Neural Network in Weka?
weka.classifiers.functions.MultilayerPerceptron 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: Changing Attribute for Classifying> i need another help from you again.
> In the classify i want to change Attribut from (Num) rain_sum as we could > see in this pic > http://old.nabble.com/file/p26230856/1.jpg > > into (Nom) device5_wh like this > http://old.nabble.com/file/p26230856/2.jpg > > Can somebody please tell me how i can change the attribute?? I'm not quite sure what your problem is (if it's not about selecting a different attribute from a combobox)... Are you trying to change the class attribute from your own code? If so, use the "setClassIndex(int)" method of the weka.core.Instances class. 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: Changing Attribute for ClassifyingHello Peter, Thank you for your fast answer. Now it worked just like i wanted. bye, Enrico > From: fracpete@... > Date: Sat, 7 Nov 2009 10:13:18 +1300 > Subject: Re: [Wekalist] Changing Attribute for Classifying > To: wekalist@... > > > i need another help from you again. > > In the classify i want to change Attribut from (Num) rain_sum as we could > > see in this pic > > http://old.nabble.com/file/p26230856/1.jpg > > > > into (Nom) device5_wh like this > > http://old.nabble.com/file/p26230856/2.jpg > > > > Can somebody please tell me how i can change the attribute?? > > I'm not quite sure what your problem is (if it's not about selecting a > different attribute from a combobox)... > > Are you trying to change the class attribute from your own code? If > so, use the "setClassIndex(int)" method of the weka.core.Instances > class. > > 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 Chat online and in real-time with friends and family! Windows Live Messenger _______________________________________________ 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: Changing Attribute for ClassifyingHello Peter,
Thank you for your fast answer. Now it worked just like i wanted. bye, Enrico |
|
|
|
Re: Neural Network implementation in Weka
_______________________________________________ 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 |
|
|
|
Calculation of Information gain in weka.
_______________________________________________ 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: Calculation of Information gain in weka.> I am just wondering to how to get the information gain or gain ratio using weka. If there is any example explaining that being applied on arff files such Iris data or whatever will be very helpful.
> > I need to integrate this code if available within my codes info gain: You could probably (ab-)use the weka.attributeSelection.InfoGainAttributeEval class for that. gain ratio: The weka.core.ContingencyTables class has some code for computing the gain ratio. 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: Calculation of Information gain in weka.
_______________________________________________ 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: Calculation of Information gain in weka.> I was able to get the information gain for each attribute in Weka, Thanks.
OK. > Only one question remains: > Is there a possibilty to get the weight for each attribute in each class? > > Info gain get the weight or the improtance for attribute in the whole dataset, but what about if we need to know the importance or weight for each attribute in each class? No idea. 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: Calculation of Information gain in weka.On 25/11/09 4:46 AM, Feras wrote:
> > Hi Peter, > I was able to get the information gain for each attribute in Weka, Thanks. > Only one question remains: > Is there a possibilty to get the weight for each attribute in each class? > Info gain get the weight or the improtance for attribute in the whole > dataset, but what about if we need to know the importance or weight for > each attribute in each class? You would need to compute the entropy and/or gain for this on a per class basis yourself. Cheers, Mark. _______________________________________________ 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: Calculation of Information gain in weka.
_______________________________________________ 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 |
| Free embeddable forum powered by Nabble | Forum Help |