A Matlab function For Randomly Partitioning Date into Training, Validation and Testing Data

A Matlab function For Randomly Partitioning Date into Training, Validation and Testing Data
786.0 次下载
更新时间 2015/4/1

查看许可证

This function randomly partitions data into training, validation and testing data using Cross Validation. Partitioning data in this manner is commonly used for determining the performance of algorithms with free parameters. Training data is commonly used to train the system, the optimum value for the free parameters is determined using validation data. Finally the results of the algorithm are determined using testing data. Matlab has a cross validation but I find it hard to use so I wrote my own. An example determining the optimum kernel with Support vector machines is used. Contact me if you have questions or suggestions

引用格式

Joseph Santarcangelo (2024). A Matlab function For Randomly Partitioning Date into Training, Validation and Testing Data (https://www.mathworks.com/matlabcentral/fileexchange/48538-a-matlab-function-for-randomly-partitioning-date-into-training-validation-and-testing-data), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012a
兼容任何版本
平台兼容性
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.2.0.0

put more references

1.1.0.0

Put: your matlab need to have access to the function crossvalind

1.0.0.0