32 #ifndef MAX_MEASURE_H__ 33 #define MAX_MEASURE_H__ 43 template <
typename T>
class SGVector;
44 template <
typename T>
class SGMatrix;
48 #ifndef DOXYGEN_SHOULD_SKIP_THIS 49 class MaxMeasure :
public KernelSelection
52 MaxMeasure(KernelManager&, CMMD*);
53 MaxMeasure(
const MaxMeasure& other)=
delete;
55 MaxMeasure& operator=(
const MaxMeasure& other)=
delete;
56 virtual CKernel* select_kernel();
57 virtual SGVector<float64_t> get_measure_vector();
58 virtual SGMatrix<float64_t> get_measure_matrix();
60 virtual void init_measures();
61 virtual void compute_measures();
62 SGVector<float64_t> measures;
64 #endif // DOXYGEN_SHOULD_SKIP_THIS 69 #endif // MAX_MEASURE_H__
all of classes and functions are contained in the shogun namespace