Autotag
class SmartCapture::Client::Autotag()Private Member Fields
string id: autotag idstring dataset_id: dataset id autotag was trained onunique_ptr\<uint\[]> svm: autotag_svmint height: svm heightint width: svm width
Member Methods
const string &get_id() const noexcept;
const string &get_dataset_id() const noexcept;
void set_svm(std::unique_ptr<double[]> tag_svm) noexcept;
std::pair<int, int> get_dims() const noexcept;
std::pair<ReturnCode, double> evaluate(unique_ptr<double[]> embeddings, int height, int width) const noexcept;
Updated 10 months ago
Did this page help you?