1 #ifndef OST_MOL_ALG_SIMILARITY_MATRIX_HH
2 #define OST_MOL_ALG_SIMILARITY_MATRIX_HH
10 namespace ost {
namespace mol {
namespace alg {
triangular matrix template
Manage shared instances of images.
ost::img::ImageHandle AsImage(bool full=false) const
void Save(const String &filename)
SimilarityMatrix(int n, Real def_val=std::numeric_limits< Real >::min())
initialise similarity matrix with n datapoints.
static SimilarityMatrix Load(const String &filename)
#define DLLEXPORT_OST_MOL_ALG