메소드 | 설명 | |
---|---|---|
AnalystWizard ( EncogAnalyst theAnalyst ) : System |
Construct the analyst wizard.
|
|
Reanalyze ( ) : void |
Reanalyze column ranges.
|
|
Wizard ( |
Analyze a file.
|
|
Wizard ( |
Analyze a file at the specified URL.
|
메소드 | 설명 | |
---|---|---|
CreateSet ( String setTarget, String setSource ) : String |
Create a "set" command to add to a task.
|
|
DetermineClassification ( ) : void |
Determine the type of classification used.
|
|
DetermineTargetField ( ) : void |
Determine the target field.
|
|
ExpandTimeSlices ( ) : void |
Expand the time-series fields.
|
|
GenerateFeedForward ( int inputColumns ) : void |
Generate a feed forward machine learning method.
|
|
GenerateFilenames ( |
Generate filenames.
|
|
GenerateGenerate ( ) : void |
Generate the generate task.
|
|
GenerateNormalizedFields ( ) : void |
Generate the normalized fields.
|
|
GenerateRBF ( int inputColumns, int outputColumns ) : void |
Generate a RBF machine learning method.
|
|
GenerateSOM ( ) : void |
Generate a SOM machine learning method.
|
|
GenerateSVM ( ) : void |
Generate a SVM machine learning method.
|
|
GenerateSegregate ( ) : void |
Generate the segregate task.
|
|
GenerateSettings ( ) : void |
Generate the settings.
|
|
GenerateTasks ( ) : void |
Generate the tasks.
|
public AnalystWizard ( EncogAnalyst theAnalyst ) : System | ||
theAnalyst | EncogAnalyst | The analyst to use. |
리턴 | System |
public Wizard ( |
||
analyzeFile | The file to analyze. | |
b | bool | True if there are headers. |
format | AnalystFileFormat | The file format. |
리턴 | void |
public Wizard ( |
||
url | The URL to analyze. | |
saveFile | The save file. | |
analyzeFile | The Encog analyst file. | |
b | bool | True if there are headers. |
format | AnalystFileFormat | The file format. |
리턴 | void |