C# 클래스 Accord.Math.Norm

Static class Norm. Defines a set of extension methods defining norms measures.
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
Euclidean ( this a ) : double

Gets the Euclidean norm for a matrix.

Euclidean ( this a, int dimension ) : double[]

Gets the Euclidean norm for a matrix.

Euclidean ( this a ) : float

Gets the Euclidean norm for a matrix.

Euclidean ( this a, int dimension ) : float[]

Gets the Euclidean norm for a matrix.

Frobenius ( this a ) : double

Gets the square root of the sum of squares for all elements in a matrix.

Frobenius ( this a ) : float

Gets the square root of the sum of squares for all elements in a matrix.

Norm1 ( this a ) : double

Returns the maximum column sum of the given matrix.

Norm2 ( this a ) : double

Returns the maximum singular value of the given matrix.

SquareEuclidean ( this a ) : double

Gets the Squared Euclidean norm for a matrix.

SquareEuclidean ( this a, int dimension ) : double[]

Gets the Squared Euclidean norm vector for a matrix.

SquareEuclidean ( this a ) : float

Gets the Squared Euclidean norm for a matrix.

SquareEuclidean ( this a, int dimension ) : float[]

Gets the Squared Euclidean norm vector for a matrix.

메소드 상세

Euclidean() 공개 정적인 메소드

Gets the Euclidean norm for a matrix.
public static Euclidean ( this a ) : double
a this
리턴 double

Euclidean() 공개 정적인 메소드

Gets the Euclidean norm for a matrix.
public static Euclidean ( this a, int dimension ) : double[]
a this
dimension int
리턴 double[]

Euclidean() 공개 정적인 메소드

Gets the Euclidean norm for a matrix.
public static Euclidean ( this a ) : float
a this
리턴 float

Euclidean() 공개 정적인 메소드

Gets the Euclidean norm for a matrix.
public static Euclidean ( this a, int dimension ) : float[]
a this
dimension int
리턴 float[]

Frobenius() 공개 정적인 메소드

Gets the square root of the sum of squares for all elements in a matrix.
public static Frobenius ( this a ) : double
a this
리턴 double

Frobenius() 공개 정적인 메소드

Gets the square root of the sum of squares for all elements in a matrix.
public static Frobenius ( this a ) : float
a this
리턴 float

Norm1() 공개 정적인 메소드

Returns the maximum column sum of the given matrix.
public static Norm1 ( this a ) : double
a this
리턴 double

Norm2() 공개 정적인 메소드

Returns the maximum singular value of the given matrix.
public static Norm2 ( this a ) : double
a this
리턴 double

SquareEuclidean() 공개 정적인 메소드

Gets the Squared Euclidean norm for a matrix.
public static SquareEuclidean ( this a ) : double
a this
리턴 double

SquareEuclidean() 공개 정적인 메소드

Gets the Squared Euclidean norm vector for a matrix.
public static SquareEuclidean ( this a, int dimension ) : double[]
a this
dimension int
리턴 double[]

SquareEuclidean() 공개 정적인 메소드

Gets the Squared Euclidean norm for a matrix.
public static SquareEuclidean ( this a ) : float
a this
리턴 float

SquareEuclidean() 공개 정적인 메소드

Gets the Squared Euclidean norm vector for a matrix.
public static SquareEuclidean ( this a, int dimension ) : float[]
a this
dimension int
리턴 float[]