LoadColumnAttribute 생성자

정의

오버로드

LoadColumnAttribute(Int32)

멤버를 텍스트 파일의 특정 필드에 매핑합니다.

LoadColumnAttribute(Int32[])

멤버를 텍스트 파일의 필드 집합에 매핑합니다.

LoadColumnAttribute(Int32, Int32)

멤버를 텍스트 파일의 필드 범위에 매핑합니다.

LoadColumnAttribute(Int32)

멤버를 텍스트 파일의 특정 필드에 매핑합니다.

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

매개 변수

fieldIndex
Int32

텍스트 파일의 필드 인덱스입니다.

적용 대상

LoadColumnAttribute(Int32[])

멤버를 텍스트 파일의 필드 집합에 매핑합니다.

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

매개 변수

columnIndexes
Int32[]

이 열의 일부로 로드할 고유 텍스트 파일 필드 인덱스입니다.

적용 대상

LoadColumnAttribute(Int32, Int32)

멤버를 텍스트 파일의 필드 범위에 매핑합니다.

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)

매개 변수

start
Int32

범위에 대한 시작 필드 인덱스입니다.

end
Int32

범위에 대한 끝 필드 인덱스입니다.

적용 대상