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 5

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
Center 1
Scale01 1
Standard 1

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

-

method Center #
Center(DataFrame, Boolean)
method Scale01 #
Scale01(DataFrame, Boolean)
method Standard #
Standard(DataFrame, Boolean)