C# Class DBNanalysis.FormAnalysisDBN

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: raygit/GPUMLib Class Usage Examples

Méthodes publiques

Méthode Description
FormAnalysisDBN ( ) : System

Private Methods

Méthode Description
Binarize ( double probability ) : float
DrawImages ( object sender, PaintEventArgs e ) : void
DrawSample ( Graphics graphics, int i, int xOrigin ) : void
DrawSampleImage ( Graphics graphics, int xOrigin, int yOrigin, float imgBytes ) : void
FormAnalysisDBN_Load ( object sender, EventArgs e ) : void
Reconstruction ( float originalValues ) : float[]
Sigmoid ( float x ) : double
btLoadModel_Click ( object sender, EventArgs e ) : void
btSaveOutputs_Click ( object sender, EventArgs e ) : void
imageScroll_ValueChanged ( object sender, EventArgs e ) : void

Method Details

FormAnalysisDBN() public méthode

public FormAnalysisDBN ( ) : System
Résultat System