메소드 | 설명 | |
---|---|---|
CrossValidationStatistics ( int sizes, double statistics ) : Accord.Statistics |
Create a new cross-validation statistics class.
|
|
CrossValidationStatistics ( int sizes, double statistics, double variances ) : Accord.Statistics |
Create a new cross-validation statistics class.
|
public CrossValidationStatistics ( int sizes, double statistics ) : Accord.Statistics | ||
sizes | int | The number of samples used to compute the statistics. |
statistics | double | The performance statistics gathered during the run. |
리턴 | Accord.Statistics |
public CrossValidationStatistics ( int sizes, double statistics, double variances ) : Accord.Statistics | ||
sizes | int | The number of samples used to compute the statistics. |
statistics | double | The performance statistics gathered during the run. |
variances | double | The variance of the statistics gathered during the run, if available. |
리턴 | Accord.Statistics |