Ejemplo n.º 1
0
 private void SetClassificationInfoAfterLearn(ClasyficatorType classificationType)
 {
     if (classificationType == ClasyficatorType.RadialNeural && this.controller.IsAfterLearn(ClasyficatorType.RadialNeural))
     {
         labelClassificationValueDirectory.Text = DictionaryTypeUtil.ToString(controller.LearnDictionaryType);
         labelClassificationValueDocument.Text  = DocumentRepresentationTypeUtil.ToString(controller.LearnDocumentRepresentationType);
     }
 }
Ejemplo n.º 2
0
 protected override void OnCreateControl()
 {
     base.OnCreateControl();
     Text    = DocumentRepresentationTypeUtil.ToString(documentRepresentationType);
     Checked = (Properties.Settings.Default.documentRepresentationType == (int)documentRepresentationType);
 }