VBufferDataFrameColumn<T> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
VBufferDataFrameColumn<T>(String, IEnumerable<VBuffer<T>>) | |
VBufferDataFrameColumn<T>(String, Int64) |
Constructs an empty VBufferDataFrameColumn with the given |
VBufferDataFrameColumn<T>(String, IEnumerable<VBuffer<T>>)
public VBufferDataFrameColumn (string name, System.Collections.Generic.IEnumerable<Microsoft.ML.Data.VBuffer<T>> values);
new Microsoft.Data.Analysis.VBufferDataFrameColumn<'T> : string * seq<Microsoft.ML.Data.VBuffer<'T>> -> Microsoft.Data.Analysis.VBufferDataFrameColumn<'T>
Public Sub New (name As String, values As IEnumerable(Of VBuffer(Of T)))
Parameters
- name
- String
- values
- IEnumerable<VBuffer<T>>
Applies to
VBufferDataFrameColumn<T>(String, Int64)
Constructs an empty VBufferDataFrameColumn with the given name
.
public VBufferDataFrameColumn (string name, long length = 0);
new Microsoft.Data.Analysis.VBufferDataFrameColumn<'T> : string * int64 -> Microsoft.Data.Analysis.VBufferDataFrameColumn<'T>
Public Sub New (name As String, Optional length As Long = 0)
Parameters
- name
- String
The name of the column.
- length
- Int64
Length of values