C# Class Eigenfaces.PCA.MainForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: accord-net/framework

Méthodes publiques

Méthode Description
CreateComponentCumulativeDistributionGraph ( ZedGraphControl zgc ) : void
CreateComponentDistributionGraph ( ZedGraphControl zgc ) : void
GetFilesByExtensions ( DirectoryInfo dir ) : IEnumerable
MainForm ( ) : System

Private Methods

Méthode 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 méthode

public CreateComponentCumulativeDistributionGraph ( ZedGraphControl zgc ) : void
zgc ZedGraph.ZedGraphControl
Résultat void

CreateComponentDistributionGraph() public méthode

public CreateComponentDistributionGraph ( ZedGraphControl zgc ) : void
zgc ZedGraph.ZedGraphControl
Résultat void

GetFilesByExtensions() public static méthode

public static GetFilesByExtensions ( DirectoryInfo dir ) : IEnumerable
dir System.IO.DirectoryInfo
Résultat IEnumerable

MainForm() public méthode

public MainForm ( ) : System
Résultat System