MultiFileSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
Properties
Count |
Methods
GetPathOrNull(Int32) | |
Open(Int32) | |
OpenTextReader(Int32) |