42 template<
class T>
class SGMatrix;
virtual const char * get_name() const
virtual float64_t compute_p_value(float64_t statistic)
virtual float64_t compute_statistic()
virtual EStatisticType get_statistic_type() const
This class implements the NOrmalized Cross Covariance Operator (NOCCO) based independence test as des...
SGMatrix< float64_t > compute_helper(SGMatrix< float64_t > m)
float64_t get_epsilon() const
virtual void set_p(CFeatures *p)
void set_epsilon(float64_t epsilon)
virtual float64_t compute_threshold(float64_t alpha)
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
Kernel independence test base class. Provides an interface for performing an independence test...
virtual SGVector< float64_t > sample_null()
virtual void set_q(CFeatures *q)