#include <iostream>
#include <vector>
#include <cosan/selection/timeseriessplit.h>
Go to the source code of this file.
◆ main()
Definition at line 9 of file TimeSeriesSplitTest.cpp.
14 fmt::print(
"Train Index: ");
15 for (
auto& each_test :std::get<0>(each)){
18 fmt::print(
"Test Index: ");
19 for (
auto& each_test :std::get<1>(each)){
28 fmt::print(
"Train Index: ");
29 for (
auto& each_test :std::get<0>(each)){
32 fmt::print(
"Test Index: ");
33 for (
auto& each_test :std::get<1>(each)){
41 std::cout<<a.size()<<std::endl;