DataViewSchema.Item[] 속성

정의

오버로드

Item[Int32]

인덱스별로 열을 가져옵니다.

Item[String]

이름으로 열을 가져옵니다. 이러한 열이 없으면 예외를 throw합니다. 이름이 같은 열이 여러 개 있는 경우 인덱스가 가장 큰 열이 반환됩니다. 다른 열은 '숨김'으로 간주되며 인덱스로만 액세스할 수 있습니다.

Item[Int32]

인덱스별로 열을 가져옵니다.

public Microsoft.ML.DataViewSchema.Column this[int columnIndex] { get; }
member this.Item(int) : Microsoft.ML.DataViewSchema.Column
Default Public ReadOnly Property Item(columnIndex As Integer) As DataViewSchema.Column

매개 변수

columnIndex
Int32

속성 값

구현

적용 대상

Item[String]

이름으로 열을 가져옵니다. 이러한 열이 없으면 예외를 throw합니다. 이름이 같은 열이 여러 개 있는 경우 인덱스가 가장 큰 열이 반환됩니다. 다른 열은 '숨김'으로 간주되며 인덱스로만 액세스할 수 있습니다.

public Microsoft.ML.DataViewSchema.Column this[string name] { get; }
member this.Item(string) : Microsoft.ML.DataViewSchema.Column
Default Public ReadOnly Property Item(name As String) As DataViewSchema.Column

매개 변수

name
String

속성 값

적용 대상