@Deprecated public enum PretrainedLegacyCellpose2TrainingModel extends Enum<PretrainedLegacyCellpose2TrainingModel>
Enum Constant and Description |
---|
CP
Deprecated.
|
CPx
Deprecated.
|
Custom
Deprecated.
|
Cytoplasm
Deprecated.
|
Cytoplasm2
Deprecated.
|
General
Deprecated.
|
LiveCell
Deprecated.
|
LiveCell1
Deprecated.
|
LiveCell2
Deprecated.
|
LiveCell3
Deprecated.
|
LiveCell4
Deprecated.
|
None
Deprecated.
|
Nucleus
Deprecated.
|
TissueNet
Deprecated.
|
TissueNet1
Deprecated.
|
TissueNet2
Deprecated.
|
TissueNet3
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getId()
Deprecated.
|
static PretrainedLegacyCellpose2TrainingModel |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static PretrainedLegacyCellpose2TrainingModel[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PretrainedLegacyCellpose2TrainingModel Cytoplasm
public static final PretrainedLegacyCellpose2TrainingModel Cytoplasm2
public static final PretrainedLegacyCellpose2TrainingModel Nucleus
public static final PretrainedLegacyCellpose2TrainingModel TissueNet
public static final PretrainedLegacyCellpose2TrainingModel TissueNet1
public static final PretrainedLegacyCellpose2TrainingModel TissueNet2
public static final PretrainedLegacyCellpose2TrainingModel TissueNet3
public static final PretrainedLegacyCellpose2TrainingModel LiveCell
public static final PretrainedLegacyCellpose2TrainingModel LiveCell1
public static final PretrainedLegacyCellpose2TrainingModel LiveCell2
public static final PretrainedLegacyCellpose2TrainingModel LiveCell3
public static final PretrainedLegacyCellpose2TrainingModel LiveCell4
public static final PretrainedLegacyCellpose2TrainingModel General
public static final PretrainedLegacyCellpose2TrainingModel CP
public static final PretrainedLegacyCellpose2TrainingModel CPx
public static final PretrainedLegacyCellpose2TrainingModel Custom
public static final PretrainedLegacyCellpose2TrainingModel None
public static PretrainedLegacyCellpose2TrainingModel[] values()
for (PretrainedLegacyCellpose2TrainingModel c : PretrainedLegacyCellpose2TrainingModel.values()) System.out.println(c);
public static PretrainedLegacyCellpose2TrainingModel 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()
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.