FactorAnalysisMaxStep Property |
The maximum number of step halvings allowed during an iteration.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int MaxStep { get; set; }
Public Property MaxStep As Integer
Get
Set
public:
property int MaxStep {
int get ();
void set (int value);
}
member MaxStep : int with get, set
Property Value
Type:
Int32
An
int used as the maximum number of step halvings allowed
during an iteration.
Remarks
If this property is not set, MaxStep is set to 8.
MaxStep is not referenced for PrincipalComponent,
PrincipalFactor, ImageFactorAnalysis, or
AlphaFactorAnalysis methods.
See Also