Description Usage Arguments Details Value Author(s) References Examples
The algorithm finds weights of continous and discrete attributes basing on a distance between instances.
1 |
formula |
a symbolic description of a model |
data |
data to process |
neighbours.count |
number of neighbours to find for every sampled instance |
sample.size |
number of instances to sample |
The algorithm samples instances and finds their nearest hits and misses. Considering that result, it evaluates weights of attributes.
a data.frame containing the worth of attributes in the first column and their names as row names
Piotr Romanski
-Igor Kononenko: Estimating Attributes: Analysis and Extensions of RELIEF. In: European Conference on Machine Learning, 171-182, 1994.
-Marko Robnik-Sikonja, Igor Kononenko: An adaptation of Relief for attribute estimation in regression. In: Fourteenth International Conference on Machine Learning, 296-304, 1997.
1 2 3 4 5 6 7 |
OpenJDK 64-Bit Server VM warning: Can't detect initial thread stack location - find_vma failed
attr_importance
Sepal.Length 0.1569444
Sepal.Width 0.1075000
Petal.Length 0.3052542
Petal.Width 0.3047917
Species ~ Petal.Length + Petal.Width
<environment: 0x3fd2ff0>
Warning message:
system call failed: Cannot allocate memory
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.