public enum PretrainedCellpose2SegmentationModel extends Enum<PretrainedCellpose2SegmentationModel>
Enum Constant and Description |
---|
CP |
CPx |
cyto |
cyto2 |
general |
LC1 |
LC2 |
LC3 |
LC4 |
livecell |
None |
nuclei |
tissuenet |
TissueNet3 |
TN1 |
TN2 |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getName() |
String |
toString() |
static PretrainedCellpose2SegmentationModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PretrainedCellpose2SegmentationModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PretrainedCellpose2SegmentationModel cyto
public static final PretrainedCellpose2SegmentationModel cyto2
public static final PretrainedCellpose2SegmentationModel nuclei
public static final PretrainedCellpose2SegmentationModel tissuenet
public static final PretrainedCellpose2SegmentationModel TN1
public static final PretrainedCellpose2SegmentationModel TN2
public static final PretrainedCellpose2SegmentationModel TissueNet3
public static final PretrainedCellpose2SegmentationModel livecell
public static final PretrainedCellpose2SegmentationModel LC1
public static final PretrainedCellpose2SegmentationModel LC2
public static final PretrainedCellpose2SegmentationModel LC3
public static final PretrainedCellpose2SegmentationModel LC4
public static final PretrainedCellpose2SegmentationModel general
public static final PretrainedCellpose2SegmentationModel CP
public static final PretrainedCellpose2SegmentationModel CPx
public static final PretrainedCellpose2SegmentationModel None
public static PretrainedCellpose2SegmentationModel[] values()
for (PretrainedCellpose2SegmentationModel c : PretrainedCellpose2SegmentationModel.values()) System.out.println(c);
public static PretrainedCellpose2SegmentationModel 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 nullpublic String getId()
public String getName()
public String toString()
toString
in class Enum<PretrainedCellpose2SegmentationModel>
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.