public class SubsetTree extends Object implements Serializable
Subset , it also manages them.| Constructor and Description |
|---|
SubsetTree(float epsilon,
float delta,
int maxValue)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addElement(double value)
Adds specified value to all subsets
|
Double |
estimateIntervall(Interval interval)
estimates an interval based on the rss technique
|
String |
toString() |
public SubsetTree(float epsilon,
float delta,
int maxValue)
delta - failure probabilityepsilon - specify the accuracymaxValue - determines the size of the universeCopyright © 2014. All rights reserved.