Binning Module
Functions and values
| Function or value | Description | ||||
Full Usage:
bin bandwidth data
Parameters:
float
-
Bandwidth of the resulting bins.
data : float seq
-
float data
Returns: Map<float, float seq>
|
|
||||
Full Usage:
binBy projection bandwidth data
Parameters:
'a -> float
-
Function to isolate the feature to bin by.
bandwidth : float
-
Bandwidth of the resulting bins.
data : 'a seq
-
Data of type a with a float field to bin by.
Returns: Map<float, 'a seq>
|
|
FSharp.Stats