C# 클래스 SharpNeatGUI.SummaryDataSource

Data source for the SummaryGraphForm.
파일 보기 프로젝트 열기: colgreen/sharpneat 1 사용 예제들

공개 메소드들

메소드 설명
GetPointArray ( ) : SharpNeat.Utility.Point2DDouble[]

Gets the data to be plotted.

SummaryDataSource ( string name, int yAxis, Color color, GetDataPointArrayDelegate getPointArrayDelegate ) : System.Drawing

Constructs a data source with the provided source details and delegate for acquiring data.

메소드 상세

GetPointArray() 공개 메소드

Gets the data to be plotted.
public GetPointArray ( ) : SharpNeat.Utility.Point2DDouble[]
리턴 SharpNeat.Utility.Point2DDouble[]

SummaryDataSource() 공개 메소드

Constructs a data source with the provided source details and delegate for acquiring data.
public SummaryDataSource ( string name, int yAxis, Color color, GetDataPointArrayDelegate getPointArrayDelegate ) : System.Drawing
name string
yAxis int
color System.Drawing.Color
getPointArrayDelegate GetDataPointArrayDelegate
리턴 System.Drawing