don't understand "training" method in cvpartition class

조회 수: 4 (최근 30일)
dleal
dleal 2021년 10월 6일
편집: Walter Roberson 2021년 11월 24일
the "cvpartition" class in the statistics and machine learning toolbox as the following method:
function trainIndices = training(cv,varargin)
trainIndices = training(cv.Impl,varargin{:});
end
I have been trying to find the "trainin" function referenced in the training method butI haven't been able to find it. Additionally, this function does not inherit from any other superclasses. is this a recursion? I don't understand what this function does...

채택된 답변

Prateek Rai
Prateek Rai 2021년 10월 9일
To my understanding, you want to learn about the 'training' method used with cvpartition.
There are three object functions used with cvpartition:
  1. "repartition" : Repartition data for cross-validation.
  2. "test" : Test indices for cross-validation.
  3. "training" : Training indices for cross-validation.
You can refer to training, test, and repartition MathWorks documentation page to learn more about each object functions.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Model Building and Assessment에 대해 자세히 알아보기

태그

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by