MarkSave.h 234 Bytes
#pragma once
#include <iostream>
#include <vector>
#include"CppSQLite3.h"

void saveDbIndex(CppSQLite3DB& db, const char* code, std::string& featureValue);
void markDown(const char* code, CppSQLite3DB& db, int modelCode, float score);