Megosztás a következőn keresztül:


TextLoader.Options.HasHeader Field

Definition

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 

Field Value

Applies to