Skip to content

How is computed the accuracy for Suggest Features in circular projection ? #5286

Answered by janezd
Thibescobar asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ajdapretnar
Comment options

Answer selected by ajdapretnar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #5284 on February 19, 2021 09:50.