C# 클래스 NSoft.NFramework.LinqEx.LinqTool

파일 보기 프로젝트 열기: debop/NFramework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DefaultPartitioningArray double[]>.IDictionary

공개 메소드들

메소드 설명
AsNorm ( this source ) : double

Norm ( 요소의 제곱의 합 )을 구한다. (벡터의 길이, 차원의 가장 짧은 거리)

AsNormalize ( this source ) : IEnumerable

지정된 시퀀스를 Normalize 한다. norm[i] = item[i] / sum(items) 이다.

AsRootMeanSquare ( this source ) : double

제곱 평균 (root-mean-square) - 표준편차와 같은 값이다. 참고: http://en.wikipedia.org/wiki/Root_mean_square

AsRootMeanSquare ( this source ) : double

제곱 평균 (root-mean-square) - 표준편차와 같은 값이다. 참고: http://en.wikipedia.org/wiki/Root_mean_square

AsStDev ( this source ) : double

변량들의 표준편차를 구한다.

AsVariance ( this source ) : double

시퀀스의 분산값을 구한다

Partitioning ( this method, int partitionCount = DefaultPartitionCount, double totalAmount = DefaultPartitionAmount ) : double[]

분할 방법에 따라 총액(totalAmount)을 분할 갯수(partitionCount)만큼 분할합니다.

비공개 메소드들

메소드 설명
NormalDistribution ( double stdev, double mean, double x ) : double

메소드 상세

AsNorm() 공개 정적인 메소드

Norm ( 요소의 제곱의 합 )을 구한다. (벡터의 길이, 차원의 가장 짧은 거리)
public static AsNorm ( this source ) : double
source this 변량의 시퀀스
리턴 double

AsNormalize() 공개 정적인 메소드

지정된 시퀀스를 Normalize 한다. norm[i] = item[i] / sum(items) 이다.
public static AsNormalize ( this source ) : IEnumerable
source this
리턴 IEnumerable

AsRootMeanSquare() 공개 정적인 메소드

제곱 평균 (root-mean-square) - 표준편차와 같은 값이다. 참고: http://en.wikipedia.org/wiki/Root_mean_square
public static AsRootMeanSquare ( this source ) : double
source this
리턴 double

AsRootMeanSquare() 공개 정적인 메소드

제곱 평균 (root-mean-square) - 표준편차와 같은 값이다. 참고: http://en.wikipedia.org/wiki/Root_mean_square
public static AsRootMeanSquare ( this source ) : double
source this
리턴 double

AsStDev() 공개 정적인 메소드

변량들의 표준편차를 구한다.
public static AsStDev ( this source ) : double
source this 변량 시퀀스
리턴 double

AsVariance() 공개 정적인 메소드

시퀀스의 분산값을 구한다
public static AsVariance ( this source ) : double
source this
리턴 double

Partitioning() 공개 정적인 메소드

분할 방법에 따라 총액(totalAmount)을 분할 갯수(partitionCount)만큼 분할합니다.
public static Partitioning ( this method, int partitionCount = DefaultPartitionCount, double totalAmount = DefaultPartitionAmount ) : double[]
method this
partitionCount int
totalAmount double
리턴 double[]

프로퍼티 상세

DefaultPartitioningArray 공개적으로 정적으로 프로퍼티

기본 Paritioning Data
public static IDictionary DefaultPartitioningArray
리턴 double[]>.IDictionary