BP_LDA.DNNRun_t.SetSparsePatternForY C# (CSharp) 메소드

SetSparsePatternForY() 공개 메소드

public SetSparsePatternForY ( SparseMatrix SourceMatrix ) : void
SourceMatrix LinearAlgebra.SparseMatrix
리턴 void
		public void SetSparsePatternForY(SparseMatrix SourceMatrix)
		{
			y_sparse = new SparseMatrix(SourceMatrix);
		}