Udostępnij za pośrednictwem


DebuggerExtensions.Preview Metoda

Definicja

Przeciążenia

Preview(IDataView, Int32)

Wyodrębnij "głowę" widoku danych w widoku, który jest wygodny do debugowania.

Preview(ITransformer, IDataView, Int32)

Podgląd wpływu transformer elementu na dany dataelement .

Preview(IEstimator<ITransformer>, IDataView, Int32, Int32)

Podgląd wpływu estimator elementu na dany dataelement .

Preview<TSource>(IDataLoader<TSource>, TSource, Int32)

Podgląd wpływu loader elementu na dany sourceelement .

Preview(IDataView, Int32)

Wyodrębnij "głowę" widoku danych w widoku, który jest wygodny do debugowania.

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

Parametry

data
IDataView

Widok danych do wyświetlenia podglądu

maxRows
Int32

Maksymalna liczba wierszy do ściągnięcia

Zwraca

Dotyczy

Preview(ITransformer, IDataView, Int32)

Podgląd wpływu transformer elementu na dany dataelement .

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

Parametry

transformer
ITransformer

Transformator, który efekt podglądamy

data
IDataView

Widok danych do użycia w wersji zapoznawczej

maxRows
Int32

Maksymalna liczba wierszy do ściągnięcia

Zwraca

Dotyczy

Preview(IEstimator<ITransformer>, IDataView, Int32, Int32)

Podgląd wpływu estimator elementu na dany dataelement .

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

Parametry

estimator
IEstimator<ITransformer>

Narzędzie do szacowania, które powoduje wyświetlenie podglądu

data
IDataView

Widok danych do użycia w wersji zapoznawczej

maxRows
Int32

Maksymalna liczba wierszy do wyświetlenia w wersji zapoznawczej

maxTrainingRows
Int32

Maksymalna liczba wierszy pasujących do narzędzia do szacowania

Zwraca

Dotyczy

Preview<TSource>(IDataLoader<TSource>, TSource, Int32)

Podgląd wpływu loader elementu na dany sourceelement .

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

Parametry typu

TSource

Parametry

loader
IDataLoader<TSource>

Moduł ładujący dane do podglądu

source
TSource

Źródło do ściągania danych z

maxRows
Int32

Maksymalna liczba wierszy do ściągnięcia

Zwraca

Dotyczy