C# 클래스 DBNanalysis.DataSet

파일 보기 프로젝트 열기: raygit/GPUMLib 1 사용 예제들

공개 메소드들

메소드 설명
DataSet ( string filename, string path ) : System
this ( int index ) : float[]

비공개 메소드들

메소드 설명
LoadDataSet ( string filename ) : void

메소드 상세

DataSet() 공개 메소드

public DataSet ( string filename, string path ) : System
filename string
path string
리턴 System

this() 공개 메소드

public this ( int index ) : float[]
index int
리턴 float[]