Search code examples
wekapca

Partial results on Weka attribute selection


When I run PCA in WEKA GUI using "Select Attribute", I dont get a complete results instead a partial results with dots at the end.

0.8205 1 -0.493Capacity at 10th Cycle-0.483Capacity at 5th Cycle-0.473Capacity at 50th Cycle-0.261S [M]in Electrolyte -0.256C wt %...

Is there any way to solve this particular issue ?


Solution

  • By default, a maximum of 5 attribute names are included in the generated names.

    If you want all of them, use -1 for the -A option (or maximumAttributeNames property in the GOE).