BP_LDA.DNNRun_t.SetSparsePatternForY C# (CSharp) Méthode

SetSparsePatternForY() public méthode

public SetSparsePatternForY ( SparseMatrix SourceMatrix ) : void
SourceMatrix LinearAlgebra.SparseMatrix
Résultat void
		public void SetSparsePatternForY(SparseMatrix SourceMatrix)
		{
			y_sparse = new SparseMatrix(SourceMatrix);
		}