Learn R Programming

MDFS (version 1.5.5)

GetRange: Get the recommended range for multiple discretisations

Description

Get the recommended range for multiple discretisations

Usage

GetRange(k = 3, n, dimensions, divisions = 1)

Value

The recommended range value (a floating point number).

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

Examples

Run this code
GetRange(n = 250, dimensions = 2)

Run the code above in your browser using DataLab