C# 클래스 Accord.Math.Environments.REnvironment

파일 보기 프로젝트 열기: accord-net/framework

보호된 메소드들

메소드 설명
c ( ) : vec

Creates a new vector.

matrix ( double values, int rows, int cols ) : mat

Creates a new matrix.

메소드 상세

c() 보호된 메소드

Creates a new vector.
protected c ( ) : vec
리턴 vec

matrix() 보호된 메소드

Creates a new matrix.
protected matrix ( double values, int rows, int cols ) : mat
values double
rows int
cols int
리턴 mat