Skylark (Sketching Library)  0.1
Functions
/var/lib/jenkins/jobs/Skylark/workspace/ml/run.hpp File Reference
#include "BlockADMM.hpp"
#include "options.hpp"
#include "io.hpp"
#include "../base/context.hpp"
#include "model.hpp"
Include dependency graph for run.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class InputType >
BlockADMMSolver< InputType > * GetSolver (skylark::base::context_t &context, const hilbert_options_t &options, int dimensions)
void ShiftForLogistic (LocalMatrixType &Y)
template<class InputType , class LabelType >
int run (const boost::mpi::communicator &comm, skylark::base::context_t &context, hilbert_options_t &options)

Function Documentation

template<class InputType >
BlockADMMSolver<InputType>* GetSolver ( skylark::base::context_t context,
const hilbert_options_t options,
int  dimensions 
)
template<class InputType , class LabelType >
int run ( const boost::mpi::communicator &  comm,
skylark::base::context_t context,
hilbert_options_t options 
)

Definition at line 144 of file run.hpp.

Referenced by run().