mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-30 00:50:49 +08:00
changes following PR #5
This commit is contained in:
+2
-2
@@ -32,8 +32,8 @@ QColor getColor(double value, double r1, double g1, double b1)
|
||||
return QColor(r, g, b);
|
||||
}
|
||||
|
||||
ConfusionMatrix::ConfusionMatrix(const std::vector<ScalarType> &actual, const std::vector<ScalarType> &predicted) :
|
||||
ui(new Ui::ConfusionMatrix)
|
||||
ConfusionMatrix::ConfusionMatrix(const std::vector<ScalarType> &actual, const std::vector<ScalarType> &predicted)
|
||||
: ui(new Ui::ConfusionMatrix)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
this->setWindowFlag(Qt::WindowStaysOnTopHint);
|
||||
|
||||
Reference in New Issue
Block a user