C# Class NSoft.NFramework.LinqEx.LinqTool

Afficher le fichier Open project: debop/NFramework Class Usage Examples

Méthodes publiques

Свойство Type Description
DefaultPartitioningArray double[]>.IDictionary

Méthodes publiques

Méthode Description
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)만큼 분할합니다.

Private Methods

Méthode Description
NormalDistribution ( double stdev, double mean, double x ) : double

Method Details

AsNorm() public static méthode

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

AsNormalize() public static méthode

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

AsRootMeanSquare() public static méthode

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

AsRootMeanSquare() public static méthode

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

AsStDev() public static méthode

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

AsVariance() public static méthode

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

Partitioning() public static méthode

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

Property Details

DefaultPartitioningArray public_oe static_oe property

기본 Paritioning Data
public static IDictionary DefaultPartitioningArray
Résultat double[]>.IDictionary