C# 클래스 SharpNeatGUI.TimeSeriesDataSource

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

공개 메소드들

메소드 설명
GetPoint ( ) : Point2DDouble

Gets a new data point to be plotted.

TimeSeriesDataSource ( string name, int historyLength, int yAxis, Color color, GetPointDelegate getPointDelegate ) : System.Drawing

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

메소드 상세

GetPoint() 공개 메소드

Gets a new data point to be plotted.
public GetPoint ( ) : Point2DDouble
리턴 SharpNeat.Utility.Point2DDouble

TimeSeriesDataSource() 공개 메소드

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