예제 #1
0
 /// <summary>
 /// Reloads bot the training and testing label sets.
 /// </summary>
 public void ReloadLabelSets()
 {
     m_TrainingImages.ReloadLabelSets();
     m_TestingImages.ReloadLabelSets();
 }