slope 0.29.0
Loading...
Searching...
No Matches
folds.h File Reference

Cross-validation fold management for SLOPE models. More...

#include "utils.h"
#include <Eigen/Core>
#include <cstdint>
#include <vector>
Include dependency graph for folds.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  slope::Folds
 Manages data partitioning for cross-validation. More...
 

Namespaces

namespace  slope
 Namespace containing SLOPE regression implementation.
 

Detailed Description

Cross-validation fold management for SLOPE models.

This file provides functionality for creating and managing data partitions for k-fold cross-validation. It supports both automatic fold generation with random partitioning and user-defined custom folds.

Definition in file folds.h.