SHOGUN  v3.2.0
CrossValidation.h 文件参考

浏览源代码.

class  CCrossValidationResult
 type to encapsulate the results of an evaluation run. May contain confidence interval (if conf_int_alpha!=0). m_conf_int_alpha is the probability for an error, i.e. the value does not lie in the confidence interval. 更多...
 
class  CCrossValidation
 base class for cross-validation evaluation. Given a learning machine, a splitting strategy, an evaluation criterium, features and correspnding labels, this provides an interface for cross-validation. Results may be retrieved using the evaluate method. A number of repetitions may be specified for obtaining more accurate results. The arithmetic mean of different runs is returned along with confidence intervals, if a p-value is specified. Default number of runs is one, confidence interval combutation is disabled. 更多...
 

SHOGUN Machine Learning Toolbox - Documentation