#include <iostream>
#include <vector>
#include <cosan/selection/randomkfold.h>
Go to the source code of this file.
◆ main()
Definition at line 8 of file RandomKFoldTest.cpp.
13 fmt::print(
"Train Index: ");
14 for (
auto& each_test :std::get<0>(each)){
18 fmt::print(
"Test Index: ");
19 for (
auto& each_test :std::get<1>(each)){
25 std::cout<<a.size()<<std::endl;