次の方法で共有


VBufferDataFrameColumn<T> クラス

定義

VBuffer を保持する列

public class VBufferDataFrameColumn<T> : Microsoft.Data.Analysis.DataFrameColumn, System.Collections.Generic.IEnumerable<Microsoft.ML.Data.VBuffer<T>>
type VBufferDataFrameColumn<'T> = class
    inherit DataFrameColumn
    interface seq<VBuffer<'T>>
    interface IEnumerable
Public Class VBufferDataFrameColumn(Of T)
Inherits DataFrameColumn
Implements IEnumerable(Of VBuffer(Of T))

型パラメーター

T
継承
VBufferDataFrameColumn<T>
実装

コンストラクター

VBufferDataFrameColumn<T>(String, IEnumerable<VBuffer<T>>)

VBuffer を保持する列

VBufferDataFrameColumn<T>(String, Int64)

指定 nameした を使用して空の VBufferDataFrameColumn を構築します。

フィールド

MaxCapacity

VBuffer を保持する列

プロパティ

DataType

この列が保持するデータの種類。

(継承元 DataFrameColumn)
Item[Int64, Int32]

lengthからstartIndex始まる値の数を返します。

(継承元 DataFrameColumn)
Item[Int64]

VBuffer を保持する列

Length

この列の長さ

(継承元 DataFrameColumn)
Name

列名。

(継承元 DataFrameColumn)
NullCount

VBuffer を保持する列

メソッド

Abs(Boolean)

各数値要素を絶対数値で更新する

(継承元 DataFrameColumn)
Add(DataFrameColumn, Boolean)

要素ごとの加算を実行します

(継承元 DataFrameColumn)
Add<T>(T, Boolean)

列の各値に対して要素ごとの加算を実行します

(継承元 DataFrameColumn)
AddDataViewColumn(DataViewSchema+Builder)

現在の列の指定したビルダーに新しい DataViewSchema.Column を追加します。

AddValueUsingCursor(DataViewRowCursor, Delegate)

VBuffer を保持する列

All()

すべての要素が True かどうかを返します。

(継承元 DataFrameColumn)
And(Boolean, Boolean)

列の各値に対して要素ごとのブール値 And を実行します。

(継承元 DataFrameColumn)
And(DataFrameColumn, Boolean)

要素ごとのブール値 And を実行します。

(継承元 DataFrameColumn)
Any()

要素が True かどうかを返します。

(継承元 DataFrameColumn)
Append(VBuffer<T>)

VBuffer を保持する列

Clamp<U>(U, U, Boolean)

指定したしきい値を超える値をクランプします

(継承元 DataFrameColumn)
ClampImplementation<U>(U, U, Boolean)

指定したしきい値を超える値をクランプします

(継承元 DataFrameColumn)
Clone(DataFrameColumn, Boolean, Int64)

VBuffer を保持する列

CloneImplementation(DataFrameColumn, Boolean, Int64)

VBuffer を保持する列

CumulativeMax(Boolean)

累積最大値を持つ各要素を更新します

(継承元 DataFrameColumn)
CumulativeMax(IEnumerable<Int64>, Boolean)

rowIndices の列値を累積 rowIndices の最大値で更新する

(継承元 DataFrameColumn)
CumulativeMin(Boolean)

累積最小値を持つ各要素を更新する

(継承元 DataFrameColumn)
CumulativeMin(IEnumerable<Int64>, Boolean)

rowIndices の列値を累積 rowIndices 最小値で更新する

(継承元 DataFrameColumn)
CumulativeProduct(Boolean)

累積積を持つ各要素を更新する

(継承元 DataFrameColumn)
CumulativeProduct(IEnumerable<Int64>, Boolean)

rowIndices の列値を累積 rowIndices 積と共に更新する

(継承元 DataFrameColumn)
CumulativeSum(Boolean)

累積合計を使用して各要素を更新する

(継承元 DataFrameColumn)
CumulativeSum(IEnumerable<Int64>, Boolean)

rowIndices の列値を累積 rowIndices 合計で更新する

(継承元 DataFrameColumn)
Description()

列を記述する統計を含む を返します。DataFrameColumn

(継承元 DataFrameColumn)
Divide(DataFrameColumn, Boolean)

要素ごとの除算を実行します

(継承元 DataFrameColumn)
Divide<T>(T, Boolean)

列の各値に対して要素ごとの除算を実行します

(継承元 DataFrameColumn)
ElementwiseEquals(DataFrameColumn)

要素ごとの等号を実行します

(継承元 DataFrameColumn)
ElementwiseEquals<T>(T)

列の各値に対して要素ごとの等値を実行します

(継承元 DataFrameColumn)
ElementwiseGreaterThan(DataFrameColumn)

より大きい要素単位でを実行します

(継承元 DataFrameColumn)
ElementwiseGreaterThan<T>(T)

列の各値に対して、要素ごとのより大きい値を実行します

(継承元 DataFrameColumn)
ElementwiseGreaterThanOrEqual(DataFrameColumn)

以上の要素ごとの実行

(継承元 DataFrameColumn)
ElementwiseGreaterThanOrEqual<T>(T)

列の各値に対して、要素ごとの以上の値を実行します

(継承元 DataFrameColumn)
ElementwiseIsNotNull()

列の各値に対して Null と等しくない要素単位を実行します

(継承元 DataFrameColumn)
ElementwiseIsNull()

列の各値に対して Null と等しい要素単位のを実行します

(継承元 DataFrameColumn)
ElementwiseLessThan(DataFrameColumn)

より小さい要素単位で実行します

(継承元 DataFrameColumn)
ElementwiseLessThan<T>(T)

列の各値に対して より小さい要素単位の を実行します

(継承元 DataFrameColumn)
ElementwiseLessThanOrEqual(DataFrameColumn)

以下の要素単位で実行します

(継承元 DataFrameColumn)
ElementwiseLessThanOrEqual<T>(T)

列の各値に対して要素単位以下を実行します

(継承元 DataFrameColumn)
ElementwiseNotEquals(DataFrameColumn)

要素単位の等しくないを実行します

(継承元 DataFrameColumn)
ElementwiseNotEquals<T>(T)

列の各値に対して要素単位の等しくないを実行します

(継承元 DataFrameColumn)
FillNulls(Object, Boolean)

要素が に置き換えられた新しい列をvalue返しますnull

(継承元 DataFrameColumn)
FillNullsImplementation(Object, Boolean)

VBuffer を保持する列

(継承元 DataFrameColumn)
Filter<U>(U, U)

下限と上限でフィルター処理された新しい列を返します

(継承元 DataFrameColumn)
FilterImplementation<U>(U, U)

下限と上限でフィルター処理された新しい列を返します

(継承元 DataFrameColumn)
GetArrowField()

VBuffer を保持する列

(継承元 DataFrameColumn)
GetDataViewGetter(DataViewRowCursor)

ValueGetter<TValue>カーソルが参照している行の列の値を返す を作成します。

GetEnumerator()

この列の VBuffer 値を反復処理する列挙子を返します。

GetEnumeratorCore()

この列を反復処理する列挙子を返します。

GetGroupedOccurrences(DataFrameColumn, HashSet<Int64>)

VBuffer を保持する列

GetGroupedOccurrences<TKey>(DataFrameColumn, HashSet<Int64>)

この値でグループ化された、他の列のこの列から各値の出現を取得します

(継承元 DataFrameColumn)
GetMaxRecordBatchLength(Int64)

メモリ内で連続する値の最大数を返します

(継承元 DataFrameColumn)
GetTypedValue(Int64)

VBuffer を保持する列

GetValue(Int64)

VBuffer を保持する列

GetValueGetterUsingCursor(DataViewRowCursor, DataViewSchema+Column)

VBuffer を保持する列

GetValues(Int64, Int32)

VBuffer を保持する列

GroupBy(Int32, DataFrame)

VBuffer を保持する列

(継承元 DataFrameColumn)
GroupColumnValues<TKey>(HashSet<Int64>)

この列の行を値でグループ化します。

(継承元 DataFrameColumn)
HasDescription()

Description メソッドから列を除外するために使用されます

(継承元 DataFrameColumn)
Info()

この列の StringDataFrameColumn DataType と Length を含む を返します。

(継承元 DataFrameColumn)
IsNumericColumn()

列が数値型であるかどうかを判断します

(継承元 DataFrameColumn)
LeftShift(Int32, Boolean)

列の各値に対して要素ごとの左シフトを実行します

(継承元 DataFrameColumn)
Max()

列の値の最大値を返します

(継承元 DataFrameColumn)
Max(IEnumerable<Int64>)

rowIndices の値の最大値を返します

(継承元 DataFrameColumn)
Mean()

列の値の平均を返します。 これが数値列でない場合は をスローします

(継承元 DataFrameColumn)
Median()

列の値の中央値を返します。 これが数値列でない場合は をスローします

(継承元 DataFrameColumn)
Min()

列の値の最小値を返します

(継承元 DataFrameColumn)
Min(IEnumerable<Int64>)

rowIndices の値の最小値を返します

(継承元 DataFrameColumn)
Modulo(DataFrameColumn, Boolean)

要素ごとの剰余を実行します

(継承元 DataFrameColumn)
Modulo<T>(T, Boolean)

列の各値に対して要素ごとの剰余演算を実行します

(継承元 DataFrameColumn)
Multiply(DataFrameColumn, Boolean)

要素ごとの乗算を実行します

(継承元 DataFrameColumn)
Multiply<T>(T, Boolean)

列の各値に対して要素ごとの乗算を実行します

(継承元 DataFrameColumn)
Or(Boolean, Boolean)

列の各値に対して、要素ごとのブール値 Or を実行します。

(継承元 DataFrameColumn)
Or(DataFrameColumn, Boolean)

要素ごとのブール値または を実行します。

(継承元 DataFrameColumn)
Product()

列の値の積を返します。

(継承元 DataFrameColumn)
Product(IEnumerable<Int64>)

rowIndices の値の積を返します

(継承元 DataFrameColumn)
Resize(Int64)

VBuffer を保持する列

ReverseAdd<T>(T, Boolean)

列の各値に対して逆の要素ごとの加算を実行します

(継承元 DataFrameColumn)
ReverseAnd(Boolean, Boolean)

列の各値に対して反転された要素ごとのブール値 And を実行します

(継承元 DataFrameColumn)
ReverseDivide<T>(T, Boolean)

列の各値に対して反転された要素ごとの除算を実行します

(継承元 DataFrameColumn)
ReverseModulo<T>(T, Boolean)

列内の各値に対して反転された要素ごとの剰余演算を実行します

(継承元 DataFrameColumn)
ReverseMultiply<T>(T, Boolean)

列の各値に対して逆の要素ごとの乗算を実行します

(継承元 DataFrameColumn)
ReverseOr(Boolean, Boolean)

列の各値に対して反転された要素ごとのブール値 Or を実行します

(継承元 DataFrameColumn)
ReverseSubtract<T>(T, Boolean)

列の各値に対して逆の要素ごとの減算を実行します

(継承元 DataFrameColumn)
ReverseXor(Boolean, Boolean)

列内の各値に対して反転された要素ごとのブール値 Xor を実行します

(継承元 DataFrameColumn)
RightShift(Int32, Boolean)

列の各値に対して要素ごとの右シフトを実行します

(継承元 DataFrameColumn)
Round(Boolean)

列の各値に対して Math.Round を呼び出します

(継承元 DataFrameColumn)
SetName(String)

列名を更新します。

(継承元 DataFrameColumn)
SetName(String, DataFrame)
古い.

この列の名前を更新します。

(継承元 DataFrameColumn)
SetTypedValue(Int64, VBuffer<T>)

VBuffer を保持する列

SetValue(Int64, Object)

VBuffer を保持する列

Sort(Boolean)

この列の値で並べ替えられたコピーを返します

(継承元 DataFrameColumn)
Subtract(DataFrameColumn, Boolean)

要素ごとの減算を実行します

(継承元 DataFrameColumn)
Subtract<T>(T, Boolean)

列の各値に対して要素ごとの減算を実行します

(継承元 DataFrameColumn)
Sum()

列の値の合計を返します

(継承元 DataFrameColumn)
Sum(IEnumerable<Int64>)

rowIndices の値の合計を返します

(継承元 DataFrameColumn)
ToArrowArray(Int64, Int32)

VBuffer を保持する列

(継承元 DataFrameColumn)
ValueCounts()

一意の値の数を含む DataFrame を返します

(継承元 DataFrameColumn)
Xor(Boolean, Boolean)

列の各値に対して要素ごとのブール値 Xor を実行します

(継承元 DataFrameColumn)
Xor(DataFrameColumn, Boolean)

要素ごとのブール値 Xor を実行します

(継承元 DataFrameColumn)

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

VBuffer を保持する列

(継承元 DataFrameColumn)

適用対象