Property | Type | Description | |
---|---|---|---|
DefaultPartitioningArray | double[]>.IDictionary |
Method | Description | |
---|---|---|
AsNorm ( this |
Norm ( 요소의 제곱의 합 )을 구한다. (벡터의 길이, 차원의 가장 짧은 거리)
|
|
AsNormalize ( this |
지정된 시퀀스를 Normalize 한다. norm[i] = item[i] / sum(items) 이다.
|
|
AsRootMeanSquare ( this |
제곱 평균 (root-mean-square) - 표준편차와 같은 값이다. 참고: http://en.wikipedia.org/wiki/Root_mean_square
|
|
AsRootMeanSquare ( this |
제곱 평균 (root-mean-square) - 표준편차와 같은 값이다. 참고: http://en.wikipedia.org/wiki/Root_mean_square
|
|
AsStDev ( this |
변량들의 표준편차를 구한다.
|
|
AsVariance ( this |
시퀀스의 분산값을 구한다
|
|
Partitioning ( this method, int partitionCount = DefaultPartitionCount, double totalAmount = DefaultPartitionAmount ) : double[] |
분할 방법에 따라 총액(totalAmount)을 분할 갯수(partitionCount)만큼 분할합니다.
|
Method | Description | |
---|---|---|
NormalDistribution ( double stdev, double mean, double x ) : double |
public static AsNorm ( this |
||
source | this |
변량의 시퀀스 |
return | double |
public static AsNormalize ( this |
||
source | this |
|
return | IEnumerable |
public static AsRootMeanSquare ( this |
||
source | this |
|
return | double |
public static AsRootMeanSquare ( this |
||
source | this |
|
return | double |
public static AsStDev ( this |
||
source | this |
변량 시퀀스 |
return | double |
public static AsVariance ( this |
||
source | this |
|
return | double |
public static Partitioning ( this method, int partitionCount = DefaultPartitionCount, double totalAmount = DefaultPartitionAmount ) : double[] | ||
method | this | |
partitionCount | int | |
totalAmount | double | |
return | double[] |