public abstract class Thresholder extends Object
Constructor and Description |
---|
Thresholder() |
Modifier and Type | Method and Description |
---|---|
protected int |
count(int[] h) |
protected int |
count(int[] h,
int lo,
int hi) |
double |
max(double[] h) |
protected double |
mean(int[] h) |
protected double |
mean(int[] h,
int lo,
int hi) |
protected int |
median(int[] h) |
double[] |
normalize(double[] h) |
double[] |
normalize(int[] h) |
protected double |
sigma2(int[] h) |
protected double |
sigma2(int[] h,
int lo,
int hi) |
protected int |
sum(int[] h) |
public Thresholder()
protected int sum(int[] h)
protected int count(int[] h)
protected int count(int[] h, int lo, int hi)
protected double mean(int[] h)
protected double mean(int[] h, int lo, int hi)
protected double sigma2(int[] h)
protected double sigma2(int[] h, int lo, int hi)
protected int median(int[] h)
public double[] normalize(int[] h)
public double[] normalize(double[] h)
public double max(double[] h)
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)