C# Class ImageClassifier.Form1

Afficher le fichier Open project: Sparky88/IA-B1-ProcesareaImaginilor

Méthodes publiques

Свойство Type Description
folder string

Méthodes publiques

Méthode Description
Form1 ( ) : System
LabelsChanged ( ) : void
Normalize ( IList data ) : void
ReadData ( ) : void
ReadImages ( ) : void
ReadLines ( string path ) : List
ReadVectors ( string path ) : List
ShowProbs ( double probs ) : void
radioButton_CheckedChanged ( object sender, EventArgs e ) : void
testImages ( ) : void

Private Methods

Méthode Description
backgroundWorker1_DoWork ( object sender, DoWorkEventArgs e ) : void
backgroundWorker1_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

Method Details

Form1() public méthode

public Form1 ( ) : System
Résultat System

LabelsChanged() public méthode

public LabelsChanged ( ) : void
Résultat void

Normalize() public méthode

public Normalize ( IList data ) : void
data IList
Résultat void

ReadData() public méthode

public ReadData ( ) : void
Résultat void

ReadImages() public méthode

public ReadImages ( ) : void
Résultat void

ReadLines() public static méthode

public static ReadLines ( string path ) : List
path string
Résultat List

ReadVectors() public static méthode

public static ReadVectors ( string path ) : List
path string
Résultat List

ShowProbs() public méthode

public ShowProbs ( double probs ) : void
probs double
Résultat void

radioButton_CheckedChanged() public méthode

public radioButton_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

testImages() public méthode

public testImages ( ) : void
Résultat void

Property Details

folder public_oe property

public string folder
Résultat string