C# Class Eigenfaces.PCA.MainForm

Inheritance: System.Windows.Forms.Form
显示文件 Open project: accord-net/framework

Public Methods

Method Description
CreateComponentCumulativeDistributionGraph ( ZedGraphControl zgc ) : void
CreateComponentDistributionGraph ( ZedGraphControl zgc ) : void
GetFilesByExtensions ( DirectoryInfo dir ) : IEnumerable
MainForm ( ) : System

Private Methods

Method Description
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

Method Details

CreateComponentCumulativeDistributionGraph() public method

public CreateComponentCumulativeDistributionGraph ( ZedGraphControl zgc ) : void
zgc ZedGraph.ZedGraphControl
return void

CreateComponentDistributionGraph() public method

public CreateComponentDistributionGraph ( ZedGraphControl zgc ) : void
zgc ZedGraph.ZedGraphControl
return void

GetFilesByExtensions() public static method

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

MainForm() public method

public MainForm ( ) : System
return System