DebuggerExtensions.Preview 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Preview(IDataView, Int32) |
디버그에 편리한 뷰에서 데이터 뷰의 '헤드'를 추출합니다. |
Preview(ITransformer, IDataView, Int32) |
지정된 |
Preview(IEstimator<ITransformer>, IDataView, Int32, Int32) |
지정된 |
Preview<TSource>(IDataLoader<TSource>, TSource, Int32) |
지정된 |
Preview(IDataView, Int32)
디버그에 편리한 뷰에서 데이터 뷰의 '헤드'를 추출합니다.
public static Microsoft.ML.Data.DataDebuggerPreview Preview (this Microsoft.ML.IDataView data, int maxRows = 100);
static member Preview : Microsoft.ML.IDataView * int -> Microsoft.ML.Data.DataDebuggerPreview
<Extension()>
Public Function Preview (data As IDataView, Optional maxRows As Integer = 100) As DataDebuggerPreview
매개 변수
- data
- IDataView
미리 볼 데이터 뷰
- maxRows
- Int32
끌어올 최대 행 수
반환
적용 대상
Preview(ITransformer, IDataView, Int32)
지정된 data
에 대한 transformer
효과를 미리 봅니다.
public static Microsoft.ML.Data.DataDebuggerPreview Preview (this Microsoft.ML.ITransformer transformer, Microsoft.ML.IDataView data, int maxRows = 100);
static member Preview : Microsoft.ML.ITransformer * Microsoft.ML.IDataView * int -> Microsoft.ML.Data.DataDebuggerPreview
<Extension()>
Public Function Preview (transformer As ITransformer, data As IDataView, Optional maxRows As Integer = 100) As DataDebuggerPreview
매개 변수
- transformer
- ITransformer
미리 보는 효과 변환기
- data
- IDataView
미리 보기에 사용할 데이터 뷰
- maxRows
- Int32
끌어올 최대 행 수
반환
적용 대상
Preview(IEstimator<ITransformer>, IDataView, Int32, Int32)
지정된 data
에 대한 estimator
효과를 미리 봅니다.
public static Microsoft.ML.Data.DataDebuggerPreview Preview (this Microsoft.ML.IEstimator<Microsoft.ML.ITransformer> estimator, Microsoft.ML.IDataView data, int maxRows = 100, int maxTrainingRows = 100);
static member Preview : Microsoft.ML.IEstimator<Microsoft.ML.ITransformer> * Microsoft.ML.IDataView * int * int -> Microsoft.ML.Data.DataDebuggerPreview
<Extension()>
Public Function Preview (estimator As IEstimator(Of ITransformer), data As IDataView, Optional maxRows As Integer = 100, Optional maxTrainingRows As Integer = 100) As DataDebuggerPreview
매개 변수
- estimator
- IEstimator<ITransformer>
미리 보는 효과 예측 도구
- data
- IDataView
미리 보기에 사용할 데이터 뷰
- maxRows
- Int32
미리 보기에 표시할 최대 행 수
- maxTrainingRows
- Int32
예측 도구에 맞는 최대 행 수
반환
적용 대상
Preview<TSource>(IDataLoader<TSource>, TSource, Int32)
지정된 source
에 대한 loader
효과를 미리 봅니다.
public static Microsoft.ML.Data.DataDebuggerPreview Preview<TSource> (this Microsoft.ML.IDataLoader<TSource> loader, TSource source, int maxRows = 100);
static member Preview : Microsoft.ML.IDataLoader<'Source> * 'Source * int -> Microsoft.ML.Data.DataDebuggerPreview
<Extension()>
Public Function Preview(Of TSource) (loader As IDataLoader(Of TSource), source As TSource, Optional maxRows As Integer = 100) As DataDebuggerPreview
형식 매개 변수
- TSource
매개 변수
- loader
- IDataLoader<TSource>
미리 볼 데이터 로더
- source
- TSource
데이터를 가져올 원본입니다.
- maxRows
- Int32
끌어올 최대 행 수