Issue | #Downvotes for this reason | By |
---|
A | Specify sigma value (used in an exp function to control how quickly weights for more distant instances decrease. Use in conjunction with -W. Sensible value=1/5 to 1/10 of the number of nearest neighbours. (Default = 2) | |
D | Seed for randomly sampling instances. (Default = 1) | default: 1 |
K | Number of nearest neighbours (k) used to estimate attribute relevances (Default = 10). | default: 10 |
M | Specify the number of instances to sample when estimating attributes. If not specified, then all instances will be used. | default: -1 |
W | Weight nearest neighbours by distance |