DiSMEC++
|
Public Member Functions | |
PredictVisitor (const Eigen::Ref< PredictionMatrix > &target, const std::vector< SparseRealVector > *weights) | |
void | operator() (const GenericInMatrix::DenseColMajorRef &instances) |
void | operator() (const GenericInMatrix::DenseRowMajorRef &instances) |
void | operator() (const GenericInMatrix::SparseColMajorRef &instances) |
void | operator() (const GenericInMatrix::SparseRowMajorRef &instances) |
Public Attributes | |
Eigen::Ref< PredictionMatrix > | Target |
const std::vector< SparseRealVector > * | Weights |
Definition at line 44 of file sparse.cpp.
|
inline |
Definition at line 45 of file sparse.cpp.
|
inline |
Definition at line 49 of file sparse.cpp.
References dismec::ssize().
|
inline |
Definition at line 55 of file sparse.cpp.
References dismec::ssize().
|
inline |
Definition at line 61 of file sparse.cpp.
References dismec::ssize().
|
inline |
Definition at line 67 of file sparse.cpp.
References dismec::ssize().
Eigen::Ref<PredictionMatrix> anonymous_namespace{sparse.cpp}::PredictVisitor::Target |
Definition at line 74 of file sparse.cpp.
const std::vector<SparseRealVector>* anonymous_namespace{sparse.cpp}::PredictVisitor::Weights |
Definition at line 75 of file sparse.cpp.