Simple, Repeated and Nested Cross-Validation and Bootstrapping fold generation

버전 1.23.0.0 (19.2 KB) 작성자: David Powers
fold sets up and manages stratified nested RxK-CV and bootstrap folds.
다운로드 수: 496
업데이트 날짜: 2017/3/7

라이선스 보기

fold is designed to produce cross-validation folds for any learner.
It is designed to be usable with standard, toolbox and contributed learners.
It can be used for randomized or unrandomized, stratified or unstratified CV.
It can be used with arbitrarily complex repeated or nested CV schemes.
It can be used for bootstrapping and CV schemes including bootstrapfolds.
Run initially with parameters, with or without dataset (needed for stratification), returning CV struct.
Subsequently, it can be run with just CV as the parameter to produce the next fold in sequence.
Alternately, a specific nested fold sequence can be specified to control which fold is produced.
It is designed to be used with any (supervised or unsupervised) learning algorithm, including builtin and standard functions, toolboxes and contributed classifiers. The CV returned has index vectors that specify the subset used in each fold.

인용 양식

David Powers (2024). Simple, Repeated and Nested Cross-Validation and Bootstrapping fold generation (https://www.mathworks.com/matlabcentral/fileexchange/55517-simple-repeated-and-nested-cross-validation-and-bootstrapping-fold-generation), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2011a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.23.0.0

fixed some abbreviated initialization calls and stratification errors - still experimental and needs better documentation

1.21.0.0

Documentation (Usage Notes) added to discuss the various use cases and when/why CV, Repeated CV, Nested CV or Bootstrapping are required/appropriate.

1.2.0.0

improved text of description
try again
updating crossrefs