Condividi tramite


PrimitiveDataFrameColumn<T>.ElementwiseGreaterThan Metodo

Definizione

Overload

ElementwiseGreaterThan(DataFrameColumn)

Esegue un valore maggiore per elemento rispetto a

ElementwiseGreaterThan<U>(U)

Esegue un elemento-wise maggiore di su ogni valore nella colonna

ElementwiseGreaterThan(DataFrameColumn)

Esegue un valore maggiore per elemento rispetto a

public override Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ElementwiseGreaterThan (Microsoft.Data.Analysis.DataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.DataFrameColumn -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overrides Function ElementwiseGreaterThan (column As DataFrameColumn) As PrimitiveDataFrameColumn(Of Boolean)

Parametri

Restituisce

Si applica a

ElementwiseGreaterThan<U>(U)

Esegue un elemento-wise maggiore di su ogni valore nella colonna

public override Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ElementwiseGreaterThan<U> (U value);
override this.ElementwiseGreaterThan : 'U -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overrides Function ElementwiseGreaterThan(Of U) (value As U) As PrimitiveDataFrameColumn(Of Boolean)

Parametri di tipo

U

Parametri

value
U

Restituisce

Si applica a