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

c# - SharpDX Toolkit models rendering inside out -

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