DiSMEC++
anonymous_namespace{prediction.cpp} Namespace Reference

Functions

Model::FeatureMatrixIn make_matrix (const DenseFeatures &features, long begin, long end)
 
Model::FeatureMatrixIn make_matrix (const SparseFeatures &features, long begin, long end)
 

Function Documentation

◆ make_matrix() [1/2]

Model::FeatureMatrixIn anonymous_namespace{prediction.cpp}::make_matrix ( const DenseFeatures features,
long  begin,
long  end 
)

Definition at line 43 of file prediction.cpp.

◆ make_matrix() [2/2]

Model::FeatureMatrixIn anonymous_namespace{prediction.cpp}::make_matrix ( const SparseFeatures features,
long  begin,
long  end 
)

Definition at line 46 of file prediction.cpp.

Referenced by dismec::prediction::PredictionBase::do_prediction().