PrincipalComponentScaledVector Method |
Gets the scaled component vector.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public RowVector ScaledVector()
Public Function ScaledVector As RowVector
public:
RowVector^ ScaledVector()
member ScaledVector : unit -> RowVector
Return Value
Type:
RowVectorThe
NormalizedVector multiplied by its associated weight.
See Also