public class ROIFinder extends Object implements Serializable
| Constructor and Description |
|---|
ROIFinder() |
| Modifier and Type | Method and Description |
|---|---|
static double[] |
findRoi(DensityEstimator estim,
double lowerSearchBound,
double upperSearchBound,
int numSamples)
Finds Region of Interest -- region with non-zero PDF
|
public static double[] findRoi(DensityEstimator estim, double lowerSearchBound, double upperSearchBound, int numSamples)
estimator - used to find ROICopyright © 2020. All rights reserved.