You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.loadTSMenuItem=self.fileMenu.Append(-1, text='Load training set\tCtrl+O',
473
+
self.loadTSMenuItem=self.fileMenu.Append(-1, text='Load Training Set\tCtrl+O',
474
474
help='Loads objects and classes specified in a training set file.')
475
-
self.saveTSMenuItem=self.fileMenu.Append(-1, text='Save training set\tCtrl+S',
475
+
self.saveTSMenuItem=self.fileMenu.Append(-1, text='Save Training Set\tCtrl+S',
476
476
help='Save your training set to file so you can reload these classified cells again.')
477
-
self.loadFullTSMenuItem=self.fileMenu.Append(-1, text='Load training set (CSV)',
477
+
self.loadFullTSMenuItem=self.fileMenu.Append(-1, text='Load Training Set (CSV)',
478
478
help='Loads objects and classes specified in a training set file.')
479
-
self.saveFullTSMenuItem=self.fileMenu.Append(-1, text='Save training set (CSV)',
479
+
self.saveFullTSMenuItem=self.fileMenu.Append(-1, text='Save Training Set (CSV)',
480
480
help='Save your training data as CSV')
481
481
self.fileMenu.AppendSeparator()
482
482
# JEN - Start Add
483
-
self.loadModelMenuItem=self.fileMenu.Append(-1, text='Load classifier model', help='Loads a classifier model specified in a text file')
484
-
self.saveModelMenuItem=self.fileMenu.Append(-1, text='Save classifier model', help='Save your classifier model to file so you can use it again on this or other experiments.')
483
+
self.loadModelMenuItem=self.fileMenu.Append(-1, text='Load Classifier Model', help='Loads a classifier model specified in a text file')
484
+
self.saveModelMenuItem=self.fileMenu.Append(-1, text='Save Classifier Model', help='Save your classifier model to file so you can use it again on this or other experiments.')
0 commit comments