Package | Description |
---|---|
sc.fiji.coloc.algorithms |
Modifier and Type | Method and Description |
---|---|
static PearsonsCorrelation.Implementation |
PearsonsCorrelation.Implementation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PearsonsCorrelation.Implementation[] |
PearsonsCorrelation.Implementation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PearsonsCorrelation(PearsonsCorrelation.Implementation implementation)
Creates a new Pearson's Correlation and allows us to define
which implementation of the calculation to use.
|
Copyright © 2015–2021 Fiji. All rights reserved.