C# Class ImageClassifier.Form1

Datei anzeigen Open project: Sparky88/IA-B1-ProcesareaImaginilor

Public Properties

Property Type Description
folder string

Public Methods

Method 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

Method Description
backgroundWorker1_DoWork ( object sender, DoWorkEventArgs e ) : void
backgroundWorker1_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

Method Details

Form1() public method

public Form1 ( ) : System
return System

LabelsChanged() public method

public LabelsChanged ( ) : void
return void

Normalize() public method

public Normalize ( IList data ) : void
data IList
return void

ReadData() public method

public ReadData ( ) : void
return void

ReadImages() public method

public ReadImages ( ) : void
return void

ReadLines() public static method

public static ReadLines ( string path ) : List
path string
return List

ReadVectors() public static method

public static ReadVectors ( string path ) : List
path string
return List

ShowProbs() public method

public ShowProbs ( double probs ) : void
probs double
return void

radioButton_CheckedChanged() public method

public radioButton_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

testImages() public method

public testImages ( ) : void
return void

Property Details

folder public_oe property

public string folder
return string