General algorithm using buckets to downsample events:
Prepare data.Split events into buckets.Calculate weight of events.Select significant events from each bucket.
General algorithm using buckets to downsample events:
Prepare data.Split events into buckets.Calculate weight of events.Select significant events from each bucket.
| Name | Description |
|---|---|
B | Bucket class |
E | Event class |
01 Syntax
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| prepare | 1 | initialize data for down sampling |
| beforeSelect | 1 | calculating weight or something else |
| process | 1 | |
| SetSpliter | 1 | |
| BucketFactory | 1 |
03 Members
IList(Of ITimeSignal))initialize data for down sampling
IList(Of `0), Int32)calculating weight or something else
IList(Of ITimeSignal), Int32)BucketFactory(Of B))