public static class TrackerStats.Bucket extends Object
Modifier and Type | Field and Description |
---|---|
double |
countLeft |
double |
countRight |
double |
leftBoundary |
double |
rightBoundary |
Modifier and Type | Method and Description |
---|---|
void |
add(double x) |
double |
error() |
double |
mergeError(TrackerStats.Bucket o) |
String |
toString() |
public double leftBoundary
public double rightBoundary
public double countLeft
public double countRight
public void add(double x)
public double mergeError(TrackerStats.Bucket o)
public double error()
Copyright © 2005–2020 Alfresco Software. All rights reserved.