C# 클래스 SharpNeat.Domains.FunctionRegression.FunctionRegressionView2D

파일 보기 프로젝트 열기: colgreen/sharpneat

공개 메소드들

메소드 설명
FunctionRegressionView2D ( IFunction func, double xMin, double xIncr, int sampleCount, IBlackBox>.IGenomeDecoder genomeDecoder ) : System.Drawing

Constructs with the details of the function regression problem to be visualized.

RefreshView ( object genome ) : void

Refresh/update the view with the provided genome.

비공개 메소드들

메소드 설명
InitGraph ( string title, string xAxisTitle, string yAxisTitle ) : void

메소드 상세

FunctionRegressionView2D() 공개 메소드

Constructs with the details of the function regression problem to be visualized.
public FunctionRegressionView2D ( IFunction func, double xMin, double xIncr, int sampleCount, IBlackBox>.IGenomeDecoder genomeDecoder ) : System.Drawing
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.
리턴 System.Drawing

RefreshView() 공개 메소드

Refresh/update the view with the provided genome.
public RefreshView ( object genome ) : void
genome object
리턴 void