> I am using LinearRehression on my data. I am very new to these Machine
> Learning things.
>
> This LinearRegression generates a kind of Linear Regression Model (in the
> form of an equation) for the output class attribute.
>
> Is it possible anyway that I can see the output of this linear Regression
> (i.e. that how it labels different instances of Test data) ... (One way is
> if I am not wrong to use this equation and I can do it myself).
> But I think there should be someway I can have its Output?
You can always output the predictions that a classifier generates. In
the Explorer, use the "More options" dialog and on the commandline,
use the "-p" option (see also the "Primer" article on the Weka wiki).
NB: when performing cross-validation, the model that is being output
is the one generated on the *full* data. In cross-validation, the
number of models generated equals the number of folds in use.
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/wekalistList etiquette:
http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html