MultiFileSource(String[]) Constructor

Definition

Initializes a new instance of MultiFileSource. In case of usage from Maml, the paths would be wildcard concatenated in the first string of paths.

C#
public MultiFileSource(params string[] paths);

Parameters

paths
String[]

The paths of the files to load.

Remarks

The provided paths can utilize wildcards to load all source files. For example: paths = "Data/*" includes all files in directory Data paths = "DataFolder/.../*" includes all files in all subdirectories inside directory Data. paths = "Data1/*", "Data2/*" includes all files in directories Data1 and Data2

Applies to

Product Versions
ML.NET 1.0.0, 1.1.0, 1.2.0, 1.3.1, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 2.0.0, 3.0.0, 4.0.0, Preview