machine learning - Data complexity measure -


as strive explain accuracy of machine learning algorithms, many authors suggest start degree of complexity in data.

i working in data complexity measure like: class separability,overlapping , outlier measure, affect classifier performance.

for example if classes more separable, accuracy of classifier increased , classifier takes less time.

i want calculate outlier measure of each data point in dataset , combine these measure , make 1 measure outlier in dataset. how can calculate outlier using k nearest neighbour or using k means clustering technique. thanx in advance..


Comments

Popular posts from this blog

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -