public final class Thresholds extends Object
Modifier and Type | Method and Description |
---|---|
static double |
A(long[] y,
int j)
The partial sum A from C.
|
static double |
B(long[] y,
int j)
The partial sum B from C.
|
static boolean |
bimodalTest(double[] y) |
static double |
C(long[] y,
int j)
The partial sum C from C.
|
static double |
D(long[] y,
int j)
The partial sum D from C.
|
public static boolean bimodalTest(double[] y)
public static double A(long[] y, int j)
public static double B(long[] y, int j)
public static double C(long[] y, int j)
public static double D(long[] y, int j)
Copyright © 2014–2022 ImageJ. All rights reserved.