Method | Description | |
---|---|---|
FunctionRegressionView2D ( IFunction func, double xMin, double xIncr, int sampleCount, IBlackBox>.IGenomeDecoder |
Constructs with the details of the function regression problem to be visualized.
|
|
RefreshView ( object genome ) : void |
Refresh/update the view with the provided genome.
|
Method | Description | |
---|---|---|
InitGraph ( string title, string xAxisTitle, string yAxisTitle ) : void |
public FunctionRegressionView2D ( IFunction func, double xMin, double xIncr, int sampleCount, IBlackBox>.IGenomeDecoder |
||
func | IFunction | The function being regressed. |
xMin | double | The minimum value of the input range being sampled. |
xIncr | double | The increment between input sample values. |
sampleCount | int | The number of samples over the input range. |
genomeDecoder | IBlackBox>.IGenomeDecoder | Genome decoder. |
return | System.Drawing |