Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TVec *ZScore() const; | Transforms vector into vector of standardized data in-place. |
| 2 | TVec *ZScore(TVec *Src) const; | Transforms Src vector into vector of standardized data |
Overload 1: TVec *ZScore() const;
Transforms vector into vector of standardized data in-place.
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler
Overload 2: TVec *ZScore(TVec *Src) const;
Transforms Src vector into vector of standardized data
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVec * |
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler