Skylark (Sketching Library)  0.1
Namespaces | Classes | Functions
skylark::ml Namespace Reference

Namespaces

namespace  kernels

Classes

struct  feature_transform_type_tag
struct  regular_feature_transform_tag
struct  fast_feature_transform_tag
struct  model_t

Functions

int classification_accuracy (elem::Matrix< double > &Yt, elem::Matrix< double > &Yp)

Function Documentation

int skylark::ml::classification_accuracy ( elem::Matrix< double > &  Yt,
elem::Matrix< double > &  Yp 
)

Definition at line 23 of file model.hpp.

Referenced by skylark::ml::model_t< InputType, OutputType >::evaluate().