GetRange {MDFS} | R Documentation |
Get the recommended range for multiple discretisations
Description
Get the recommended range for multiple discretisations
Usage
GetRange(k = 3, n, dimensions, divisions = 1)
Arguments
k |
the assumed minimum number of objects in a bucket (the default is the recommended value) |
n |
the total number of objects considered |
dimensions |
the number of dimensions of analysis |
divisions |
the number of divisions of discretisations |
Value
The recommended range value (a floating point number).
Examples
GetRange(n = 250, dimensions = 2)
[Package MDFS version 1.5.3 Index]