diff --git a/ss2013/Bachelor Thesis/cd_ug.7z b/ss2013/Bachelor Thesis/cd_ug.7z new file mode 100644 index 00000000..9b9bd0c0 Binary files /dev/null and b/ss2013/Bachelor Thesis/cd_ug.7z differ diff --git a/ss2013/Bachelor Thesis/cd_ug/src/HMM/javadoc/encog/org/encog/app/analyst/commands/CmdNormalize.html b/ss2013/Bachelor Thesis/cd_ug/src/HMM/javadoc/encog/org/encog/app/analyst/commands/CmdNormalize.html new file mode 100644 index 00000000..d281baa4 --- /dev/null +++ b/ss2013/Bachelor Thesis/cd_ug/src/HMM/javadoc/encog/org/encog/app/analyst/commands/CmdNormalize.html @@ -0,0 +1,341 @@ + + + +
+ + +
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++org.encog.app.analyst.commands.Cmd +
org.encog.app.analyst.commands.CmdNormalize +
public class CmdNormalize
+The normalize command is used to normalize data. Data normalization generally + maps values from one number range to another, typically to -1 to 1. +
+ +
+
| +Field Summary | +|
|---|---|
+static String |
+COMMAND_NAME
+
++ The name of this command. |
+
| +Constructor Summary | +|
|---|---|
CmdNormalize(EncogAnalyst theAnalyst)
+
++ Construct the normalize command. |
+|
| +Method Summary | +|
|---|---|
+ boolean |
+executeCommand(String args)
+
++ Execute this command. |
+
+ String |
+getName()
+
++ |
+
| Methods inherited from class org.encog.app.analyst.commands.Cmd | +
|---|
getAnalyst, getProp, getScript, toString |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
+
| +Field Detail | +
|---|
+public static final String COMMAND_NAME+
+
| +Constructor Detail | +
|---|
+public CmdNormalize(EncogAnalyst theAnalyst)+
+
theAnalyst - The analyst to use.| +Method Detail | +
|---|
+public final boolean executeCommand(String args)+
+
executeCommand in class Cmdargs - The arguments for this command.
++public final String getName()+
+
getName in class Cmd
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | ++DETAIL: ENUM CONSTANTS | FIELD | METHOD | +|||||||||
+java.lang.Object ++java.lang.Enum<RBFEnum> +
org.encog.mathutil.rbf.RBFEnum +
public enum RBFEnum
+The implemented function types of the RBFs. +
+ +
+
| +Enum Constant Summary | +|
|---|---|
Gaussian
+
++ Gaussian. |
+|
InverseMultiquadric
+
++ Inverse Multiquadric. |
+|
MexicanHat
+
++ Mexican hat. |
+|
Multiquadric
+
++ Multiquadric. |
+|
| +Method Summary | +|
|---|---|
+static RBFEnum |
+valueOf(String name)
+
++ Returns the enum constant of this type with the specified name. |
+
+static RBFEnum[] |
+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 RBFEnum Gaussian+
+
+public static final RBFEnum Multiquadric+
+
+public static final RBFEnum InverseMultiquadric+
+
+public static final RBFEnum MexicanHat+
+
| +Method Detail | +
|---|
+public static RBFEnum[] values()+
+for (RBFEnum c : RBFEnum.values()) + System.out.println(c); ++
+
+public static RBFEnum 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 + + + + + | +|||||||||
| + SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | ++DETAIL: ENUM CONSTANTS | FIELD | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
|
+Interfaces
+
+ +CalculateGenomeScore + +Genome |
+
|
+Classes
+
+ +BasicGenome + +Chromosome + +GenomeComparator |
+