Property | Type | Description | |
---|---|---|---|
folder | string |
Method | Description | |
---|---|---|
Form1 ( ) : System | ||
LabelsChanged ( ) : void | ||
Normalize ( IList |
||
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 |
Method | Description | |
---|---|---|
backgroundWorker1_DoWork ( object sender, DoWorkEventArgs e ) : void | ||
backgroundWorker1_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void |
public static ReadLines ( string path ) : List |
||
path | string | |
return | List |
public static ReadVectors ( string path ) : List |
||
path | string | |
return | List |
public radioButton_CheckedChanged ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |