nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Math.Matrix / NumericDataSet

NumericDataSet

Full name Microsoft.VisualBasic.Math.Matrix.NumericDataSet Assembly Microsoft.VisualBasic.Math.Matrix Members 2

01 Syntax

Microsoft.VisualBasic.Math.Matrix.NumericDataSet

02 Methods

NameOverloadsSummary
Log 1 log of the dataframe fields
ZScale 1 z-score scale of the dataframe data, usually used for the heatmap drawing

03 Members

method Log #
Log(DataFrame, Double)

log of the dataframe fields

Parameters
NameTypeDescription
dfDataFrame

-

baseDouble

-

method ZScale #
ZScale(DataFrame, Boolean)

z-score scale of the dataframe data, usually used for the heatmap drawing

Parameters
NameTypeDescription
dfDataFrame

-

byrowBoolean

-