32 #ifndef MAX_CROSS_VALIDATION_H__ 33 #define MAX_CROSS_VALIDATION_H__ 43 template <
typename T>
class SGVector;
47 #ifndef DOXYGEN_SHOULD_SKIP_THIS 48 class MaxCrossValidation :
public KernelSelection
52 MaxCrossValidation(
const MaxCrossValidation& other)=
delete;
53 ~MaxCrossValidation();
54 MaxCrossValidation& operator=(
const MaxCrossValidation& other)=
delete;
55 virtual CKernel* select_kernel()
override;
56 virtual SGVector<float64_t> get_measure_vector()
override;
57 virtual SGMatrix<float64_t> get_measure_matrix()
override;
59 virtual void init_measures()
override;
60 virtual void compute_measures()
override;
64 SGMatrix<float64_t> rejections;
65 SGVector<float64_t> measures;
67 #endif // DOXYGEN_SHOULD_SKIP_THIS 72 #endif // MAX_CROSS_VALIDATION_H__
all of classes and functions are contained in the shogun namespace