The legacy parameter file reader of the RanFog program.
File
00 Remarks
This type is kept for reading the original RanFoG parameter/training file format, the file streams are declared but not assigned, so this reader is not functional anymore; use the Data class together with the RanFog model instead.
01 Syntax
Microsoft.VisualBasic.MachineLearning.RandomForests.File
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Read | 1 | Load the RanFoG program parameters from a property dictionary, and then read the training/testing data files. |
03 Members
Read(
Dictionary(Of String, String))Load the RanFoG program parameters from a property dictionary, and then read the training/testing data files.
Remarks
The training and testing FileStream objects are declared but never assigned in the current implementation, so no data will be loaded at all; only the parameter values are echoed to the console.
Parameters
| Name | Type | Description |
|---|---|---|
demoProperties | Dictionary(Of String, String) | A property dictionary which should contains the keys |