mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-29 08:34:48 +08:00
Bug fixes
This commit is contained in:
@@ -87,7 +87,7 @@ bool Train3DMASCDialog::isFeatureSelected(QString featureName) const
|
||||
|
||||
void Train3DMASCDialog::sortByFeatureImportance()
|
||||
{
|
||||
tableWidget->sortByColumn(FeatureImportanceColumn, Qt::AscendingOrder);
|
||||
tableWidget->sortByColumn(FeatureImportanceColumn, Qt::DescendingOrder);
|
||||
}
|
||||
|
||||
void Train3DMASCDialog::setFeatureImportance(QString featureName, float importance)
|
||||
|
||||
Reference in New Issue
Block a user