Commit Graph

16 Commits

Author SHA1 Message Date
Paul Leroy 0c2ba1b6b5 Bug : confusion matrices values were not saved 2023-06-04 10:24:01 +02:00
Paul Leroy a894539cfd 0.10
code cleaning
2023-06-01 23:05:50 +02:00
Paul Leroy 9bbf288b8f Prevent the user from cancelling the training. 2023-05-31 22:00:10 +02:00
Paul Leroy 4f6cd5fe6d Bug when running several times the classification corrected 2023-05-31 00:20:19 +02:00
Paul Leroy bcc77db21f use the existing scalar fields when available 2023-05-30 21:49:18 +02:00
Paul Leroy d55696991f debug in progress after merge useExistingScalarFields 2023-05-30 15:41:04 +02:00
Paul Leroy 017300c01c Merge branch 'dev_useExistingScalarFields' of https://github.com/p-leroy/q3DMASC.git into dev
# Conflicts:
#	ContextBasedFeature.cpp
#	ContextBasedFeature.h
#	NeighborhoodFeature.cpp
#	NeighborhoodFeature.h
#	PointFeature.cpp
#	PointFeature.h
#	confusionmatrix.cpp
2023-05-30 10:13:11 +02:00
Paul Leroy bf9229e6b2 Use existing scalar fields implemented
confusion matrix update
2023-05-29 12:45:02 +02:00
Paul Leroy 3834043b95 save confusion matrix, keepAttributes, useExistingScalarFields 2023-03-27 22:52:23 +02:00
Paul Leroy ec5507be5b save traces
When the option is selected, overall accuracy, features and classifiers are saved
2023-03-22 23:45:19 +01:00
Paul Leroy f104fd5b17 confusion matrix added to the training step
Add the confusion matrix to the training step
Delete confusion matrices properly after the training step
2023-01-18 23:57:59 +01:00
Paul Leroy 83e08660ee wip 2023-01-17 16:43:57 +01:00
Paul Leroy 22e97f43b8 confusion matrix displayed jointly with precision, recall and f&-score values 2023-01-17 15:02:13 +01:00
Paul Leroy 052c1bb1cf Update confusionmatrix.cpp 2023-01-12 16:46:13 +01:00
Paul Leroy dccac1250f Update confusionmatrix.cpp 2022-12-16 16:13:15 +01:00
Paul Leroy 75288dbc52 ConfusionMatrix 2022-12-14 11:37:29 +01:00