Package | Description |
---|---|
org.encog.app.analyst.script.prop | |
org.encog.app.analyst.wizard | |
org.encog.app.generate |
Modifier and Type | Method and Description |
---|---|
TargetLanguage |
ScriptProperties.getPropertyTargetLanguage(String name)
Get the property as a target language.
|
Modifier and Type | Method and Description |
---|---|
void |
ScriptProperties.setProperty(String name,
TargetLanguage targetLanguage)
Set a property as a target language.
|
Modifier and Type | Method and Description |
---|---|
TargetLanguage |
AnalystWizard.getCodeTargetLanguage() |
Modifier and Type | Method and Description |
---|---|
void |
AnalystWizard.setCodeTargetLanguage(TargetLanguage codeTargetLanguage) |
Modifier and Type | Method and Description |
---|---|
TargetLanguage |
EncogCodeGeneration.getTargetLanguage() |
static TargetLanguage |
TargetLanguage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetLanguage[] |
TargetLanguage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EncogCodeGeneration(TargetLanguage theTargetLanguage)
Construct the generation object.
|
Copyright © 2014. All Rights Reserved.