public static enum CalcStructureStatistics.StructureCountMode extends Enum<CalcStructureStatistics.StructureCountMode>
Enum Constant and Description |
---|
COUNT_COM
Use COM to determine to which cell a structure belongs (default).
|
COUNT_OVERLAP
Use largest overlap to determine corresponding cell region.
|
Modifier and Type | Method and Description |
---|---|
static CalcStructureStatistics.StructureCountMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalcStructureStatistics.StructureCountMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CalcStructureStatistics.StructureCountMode COUNT_COM
public static final CalcStructureStatistics.StructureCountMode COUNT_OVERLAP
public static CalcStructureStatistics.StructureCountMode[] values()
for (CalcStructureStatistics.StructureCountMode c : CalcStructureStatistics.StructureCountMode.values()) System.out.println(c);
public static CalcStructureStatistics.StructureCountMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.