MultiFileSource Class

Definition

Wraps a potentially compound path as an IMultiStreamSource.

public sealed class MultiFileSource : Microsoft.ML.Data.IMultiStreamSource
type MultiFileSource = class
    interface IMultiStreamSource
Public NotInheritable Class MultiFileSource
Implements IMultiStreamSource
Inheritance
MultiFileSource
Implements

Remarks

Expands wild cards and supports multiple paths separated by +, or loads all the files of a subfolder, if the syntax for the path is 'FolderPath/...' (separator would be OS relevant).

Constructors

MultiFileSource(String[])

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

Properties

Count

Methods

GetPathOrNull(Int32)
Open(Int32)
OpenTextReader(Int32)

Applies to