フィルターのクリア

Load custom test and training data to 'Hyperpara​meterOptim​izationOpt​ions' in SVM regression.

1 回表示 (過去 30 日間)
Abhinav
Abhinav 2020 年 1 月 4 日
編集済み: Abhinav 2020 年 3 月 3 日
Hi!
I want the 'HyperparameterOptimizationOptions' in SVM regression to optimize my regression problem using the test and training data that I provide rather than creating test and train data by itself using Kfold or any other method.
In neural network same can be done by :
net.divideFcn = 'divideind'
net.divideParam.trainInd = trainedInd;
net.divideParam.valInd = valInd;
net.divideParam.testInd = testInd;
Thanks in advance!
~ Abhinav

回答 (0 件)

カテゴリ

Help Center および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by