nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.MachineLearning / File

File

Full name Microsoft.VisualBasic.MachineLearning.RandomForests.File Assembly Microsoft.VisualBasic.MachineLearning Members 1

The legacy parameter file reader of the RanFog program.

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

NameOverloadsSummary
Read 1 Load the RanFoG program parameters from a property dictionary, and then read the training/testing data files.

03 Members

method Read #
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
NameTypeDescription
demoPropertiesDictionary(Of String, String)

A property dictionary which should contains the keys ForestSize, N_features, mtry, max_branch and LossFunction.