TextLoader.Options.HasHeader Field
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.
Whether the file has a header with feature names. When true
, the loader will skip the first line when
Load(IMultiStreamSource) is called. The sample can be used to infer slot name annotations if present.
public bool HasHeader;
val mutable HasHeader : bool
Public HasHeader As Boolean