LoadColumnAttribute Konstruktoren

Definition

Überlädt

Name Beschreibung
LoadColumnAttribute(Int32)

Ordnet element einem bestimmten Feld in der Textdatei zu.

LoadColumnAttribute(Int32[])

Ordnet element einer Gruppe von Feldern in der Textdatei zu.

LoadColumnAttribute(Int32, Int32)

Ordnet Element dem Bereich von Feldern in der Textdatei zu.

LoadColumnAttribute(Int32)

Quelle:
LoadColumnAttribute.cs
Quelle:
LoadColumnAttribute.cs
Quelle:
LoadColumnAttribute.cs

Ordnet element einem bestimmten Feld in der Textdatei zu.

public LoadColumnAttribute(int fieldIndex);
new Microsoft.ML.Data.LoadColumnAttribute : int -> Microsoft.ML.Data.LoadColumnAttribute
Public Sub New (fieldIndex As Integer)

Parameter

fieldIndex
Int32

Der Index des Felds in der Textdatei.

Gilt für:

LoadColumnAttribute(Int32[])

Quelle:
LoadColumnAttribute.cs
Quelle:
LoadColumnAttribute.cs
Quelle:
LoadColumnAttribute.cs

Ordnet element einer Gruppe von Feldern in der Textdatei zu.

public LoadColumnAttribute(int[] columnIndexes);
new Microsoft.ML.Data.LoadColumnAttribute : int[] -> Microsoft.ML.Data.LoadColumnAttribute
Public Sub New (columnIndexes As Integer())

Parameter

columnIndexes
Int32[]

Eindeutige Textdateifeldindizes, die als Teil dieser Spalte geladen werden sollen.

Gilt für:

LoadColumnAttribute(Int32, Int32)

Quelle:
LoadColumnAttribute.cs
Quelle:
LoadColumnAttribute.cs
Quelle:
LoadColumnAttribute.cs

Ordnet Element dem Bereich von Feldern in der Textdatei zu.

public LoadColumnAttribute(int start, int end);
new Microsoft.ML.Data.LoadColumnAttribute : int * int -> Microsoft.ML.Data.LoadColumnAttribute
Public Sub New (start As Integer, end As Integer)

Parameter

start
Int32

Der Anfangsfeldindex für den Bereich.

end
Int32

Der Index des endenden Felds für den Bereich.

Gilt für: