C# 클래스 Eigenfaces.PCA.MainForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
CreateComponentCumulativeDistributionGraph ( ZedGraphControl zgc ) : void
CreateComponentDistributionGraph ( ZedGraphControl zgc ) : void
GetFilesByExtensions ( DirectoryInfo dir ) : IEnumerable
MainForm ( ) : System

비공개 메소드들

메소드 설명
MainForm_Load ( object sender, EventArgs e ) : void
btnClassify_Click ( object sender, EventArgs e ) : void
btnCompute_Click ( object sender, EventArgs e ) : void
btnFeature_Click ( object sender, EventArgs e ) : void
extract ( ) : double[][]
toolStripMenuItem7_Click ( object sender, EventArgs e ) : void

메소드 상세

CreateComponentCumulativeDistributionGraph() 공개 메소드

public CreateComponentCumulativeDistributionGraph ( ZedGraphControl zgc ) : void
zgc ZedGraph.ZedGraphControl
리턴 void

CreateComponentDistributionGraph() 공개 메소드

public CreateComponentDistributionGraph ( ZedGraphControl zgc ) : void
zgc ZedGraph.ZedGraphControl
리턴 void

GetFilesByExtensions() 공개 정적인 메소드

public static GetFilesByExtensions ( DirectoryInfo dir ) : IEnumerable
dir System.IO.DirectoryInfo
리턴 IEnumerable

MainForm() 공개 메소드

public MainForm ( ) : System
리턴 System