Re: Convertion from nominal to numeric
[email protected] Fri, 06 Jan 2023 16:13:30 -0000
| Newsgroups | gmane.comp.ai.weka |
|---|---|
| Message-ID | <167302161082.2352.15556513448827499396@sys-mailman-prd.its.waikato.ac.nz> |
Yes! I just noticed that. There is a space before each of the attribute values. How can I handle that? Should there be quotes around the entire expression? If you had that for GB and GK below? weka.filters.unsupervised.attribute.RenameNominalValues -R 1 -N " GB:11, GK:12" Or quotes around each value? weka.filters.unsupervised.attribute.RenameNominalValues -R 1 -N " GB":11," GK":12 Should they be single quotes or double quotes? Thanks _______________________________________________ Wekalist mailing list -- [email protected] Send posts to [email protected] To unsubscribe send an email to [email protected] To subscribe, unsubscribe, etc., visit https://list.waikato.ac.nz/postorius/lists/wekalist.list.waikato.ac.nz List etiquette: http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html