|  | SparsePlsIterations Property | 
            Number of iterations of the algorthm for each component
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic List<int> Iterations { get; protected set; }Public Property Iterations As List(Of Integer)
	Get
	Protected Set
public:
property List<int>^ Iterations {
	List<int>^ get ();
	protected: void set (List<int>^ value);
}member Iterations : List<int> with get, set
Property Value
ListInt32 See Also
See Also