VBufferDataFrameColumn<T>.AddDataViewColumn Method

Definition

Adds a new DataViewSchema.Column to the specified builder for the current column.

protected internal override void AddDataViewColumn (Microsoft.ML.DataViewSchema.Builder builder);
override this.AddDataViewColumn : Microsoft.ML.DataViewSchema.Builder -> unit
Protected Friend Overrides Sub AddDataViewColumn (builder As DataViewSchema.Builder)

Parameters

builder
DataViewSchema.Builder

The builder to which to add the schema column.

Applies to