How is computed the accuracy for Suggest Features in circular projection ? #5286
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It computes the classification accuracy (or MSE, for regression) of k-nearest neighbours classifier on the projected (that is: two-dimensional) data. This measures how well the classes in projection are separated. The number of projections may be huge, so they are evaluated in such order that combinations that include variables with higher ReliefF scores are tried first. The basic idea is explained in http://eprints.fri.uni-lj.si/210/2/1._G._Leban%2C_B._Zupan%2C_G._Vidmar%2C_I._Bratko%2C_Data_Mining_and_Knowledge_Discovery_13%2C_119-36_(2006)..pdf. |
Beta Was this translation helpful? Give feedback.
It computes the classification accuracy (or MSE, for regression) of k-nearest neighbours classifier on the projected (that is: two-dimensional) data. This measures how well the classes in projection are separated.
The number of projections may be huge, so they are evaluated in such order that combinations that include variables with higher ReliefF scores are tried first.
The basic idea is explained in http://eprints.fri.uni-lj.si/210/2/1._G._Leban%2C_B._Zupan%2C_G._Vidmar%2C_I._Bratko%2C_Data_Mining_and_Knowledge_Discovery_13%2C_119-36_(2006)..pdf.