C# Class NSoft.NFramework.LinqEx.LinqTool

显示文件 Open project: debop/NFramework Class Usage Examples

Public Properties

Property Type Description
DefaultPartitioningArray double[]>.IDictionary

Public Methods

Method 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

Method Description
NormalDistribution ( double stdev, double mean, double x ) : double

Method Details

AsNorm() public static method

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

AsNormalize() public static method

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

AsRootMeanSquare() public static method

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

AsRootMeanSquare() public static method

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

AsStDev() public static method

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

AsVariance() public static method

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

Partitioning() public static method

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

Property Details

DefaultPartitioningArray public_oe static_oe property

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