DebuggerExtensions Class

Definition

Class used to create instances of preview objects for debugging. Note: this class and all methods should only be used for debugging and not in production code.

public static class DebuggerExtensions
type DebuggerExtensions = class
Public Module DebuggerExtensions
Inheritance
DebuggerExtensions

Methods

Preview(IDataView, Int32)

Extract a 'head' of the data view in a view that is convenient to debug.

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

Preview an effect of the estimator on a given data.

Preview(ITransformer, IDataView, Int32)

Preview an effect of the transformer on a given data.

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

Preview an effect of the loader on a given source.

Applies to