public class HistogramUtils extends Object
| Constructor and Description |
|---|
HistogramUtils(int[] histogram) |
HistogramUtils(int[] histogram,
double f) |
HistogramUtils(int[] histogram,
int totalPoints) |
HistogramUtils(int[] histogram,
int totalPoints,
double f) |
| Modifier and Type | Method and Description |
|---|---|
double |
getFractionToReject() |
int |
getMax() |
int |
getMaxAfterRejectingOutliers() |
int |
getMin() |
int |
getMinAfterRejectingOutliers() |
int |
getTotalPoints() |
void |
setFractionToReject(double f) |
public HistogramUtils(int[] histogram,
int totalPoints)
public HistogramUtils(int[] histogram)
public HistogramUtils(int[] histogram,
int totalPoints,
double f)
public HistogramUtils(int[] histogram,
double f)
public int getMin()
public int getMax()
public int getMinAfterRejectingOutliers()
public int getMaxAfterRejectingOutliers()
public double getFractionToReject()
public int getTotalPoints()
public void setFractionToReject(double f)
Copyright © 2023. All rights reserved.