|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MutableMotifDiscovererToolbox.InitMethodForDiffSM>
de.jstacs.motifDiscovery.MutableMotifDiscovererToolbox.InitMethodForDiffSM
public static enum MutableMotifDiscovererToolbox.InitMethodForDiffSM
This enum defines some constants for the method MutableMotifDiscovererToolbox.getSortedInitialParameters(DifferentiableSequenceScore[], InitMethodForDiffSM[], DiffSSBasedOptimizableFunction, int, OutputStream, int)
.
These constants define how to initialize the DifferentiableSequenceScore
s.
Enum Constant Summary | |
---|---|
MOTIF_RANDOMLY
This constants indicates that the motifs of a MutableMotifDiscoverer should be initialized using MutableMotifDiscoverer.initializeMotifRandomly(int) . |
|
NOTHING
This constants indicates that a DifferentiableSequenceScore should not be initialized, i.e. the instance is not changed and uses the current parameters. |
|
PLUG_IN
This constants indicates that a DifferentiableSequenceScore should be initialized using DifferentiableSequenceScore.initializeFunction(int, boolean, DataSet[], double[][]) . |
|
RANDOMLY
This constants indicates that a DifferentiableSequenceScore should be initialized using DifferentiableSequenceScore.initializeFunctionRandomly(boolean) . |
Method Summary | |
---|---|
static MutableMotifDiscovererToolbox.InitMethodForDiffSM |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MutableMotifDiscovererToolbox.InitMethodForDiffSM[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MutableMotifDiscovererToolbox.InitMethodForDiffSM PLUG_IN
DifferentiableSequenceScore
should be initialized using DifferentiableSequenceScore.initializeFunction(int, boolean, DataSet[], double[][])
.
public static final MutableMotifDiscovererToolbox.InitMethodForDiffSM MOTIF_RANDOMLY
MutableMotifDiscoverer
should be initialized using MutableMotifDiscoverer.initializeMotifRandomly(int)
.
public static final MutableMotifDiscovererToolbox.InitMethodForDiffSM RANDOMLY
DifferentiableSequenceScore
should be initialized using DifferentiableSequenceScore.initializeFunctionRandomly(boolean)
.
public static final MutableMotifDiscovererToolbox.InitMethodForDiffSM NOTHING
DifferentiableSequenceScore
should not be initialized, i.e. the instance is not changed and uses the current parameters.
Method Detail |
---|
public static MutableMotifDiscovererToolbox.InitMethodForDiffSM[] values()
for (MutableMotifDiscovererToolbox.InitMethodForDiffSM c : MutableMotifDiscovererToolbox.InitMethodForDiffSM.values()) System.out.println(c);
public static MutableMotifDiscovererToolbox.InitMethodForDiffSM valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |