Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Encog
App
Analyst
Script
Task
AnalystTask
C# Class Encog.App.Analyst.Script.Task.AnalystTask
Holds a task in the script. A task is a named set of commands.
Show file
Open project: encog/encog-silverlight-core
Class Usage Examples
Public Methods
Method
Description
AnalystTask
(
String
theName
) :
System
Construct an analyst task.
ToString
( ) :
String
Method Details
AnalystTask()
public
method
Construct an analyst task.
public
AnalystTask
(
String
theName
) :
System
theName
String
The name of this task.
return
System
ToString()
public
final
method
public
final
ToString
( ) :
String
return
String