Many Outputs ?

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

Many Outputs ?

by DodUnDo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi

can we indicate many outputs (multi values) in the mapping funtion on weka ?

f(input1, input2, input3) ---> (output1(3 values), output2(5 values));



_______________________________________________
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: Many Outputs ?

by Peter Reutemann-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> can we indicate many outputs (multi values) in the mapping funtion on weka ?
>
> f(input1, input2, input3) ---> (output1(3 values), output2(5 values));

What mapping function are you referring to? Associators? Classifiers?
Clusterers?

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: Many Outputs ?

by DodUnDo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Peter Reutemann wrote:
>> can we indicate many outputs (multi values) in the mapping funtion on weka ?
>>
>> f(input1, input2, input3) ---> (output1(3 values), output2(5 values));
>>    
>
> What mapping function are you referring to? Associators? Classifiers?
> Clusterers?
>  

classifiers

_______________________________________________
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: Many Outputs ?

by Peter Reutemann-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

>>> can we indicate many outputs (multi values) in the mapping funtion on
>>> weka ?
>>>
>>> f(input1, input2, input3) ---> (output1(3 values), output2(5 values));
>>>
>>
>> What mapping function are you referring to? Associators? Classifiers?
>> Clusterers?
>>
>
> classifiers

Classifiers only predict a single class label for a single class
attribute (but you can obtain the class distribution array; Weka picks
the label with the highest probability from that array). Weka doesn't
support multiple class attributes.

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