Skylark (Sketching Library)  0.1
Classes | Namespaces | Functions
/var/lib/jenkins/jobs/Skylark/workspace/ml/model.hpp File Reference
#include <elemental.hpp>
#include <skylark.hpp>
#include <cmath>
#include <boost/mpi.hpp>
#include <sstream>
#include <fstream>
#include <iostream>
#include <cstdlib>
#include <string>
#include <vector>
#include "kernels.hpp"
#include "options.hpp"
#include <omp.h>
Include dependency graph for model.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  skylark::ml::model_t< InputType, OutputType >

Namespaces

namespace  skylark
namespace  skylark::ml

Functions

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