Gets whether the factor rotation is orthogonal.
Namespace: Extreme.Statistics.MultivariateAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public bool IsOrthogonalRotation { get; }
Public ReadOnly Property IsOrthogonalRotation As Boolean
Get
public:
property bool IsOrthogonalRotation {
bool get ();
}
member IsOrthogonalRotation : bool with get
Property Value
Type:
Boolean if the rotation specified by
RotationMethod
is orthogonal; otherwise
.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference