Example #1
0
 public void setMaps(Dictionary <string, List <float> > learnMap, List <string> strings, Dictionary <string, List <float> > anomalyMap)
 {
     vm.setMaps(learnMap, strings, anomalyMap);
     XML_data_strings.ItemsSource = vm.getStringsDataList();
 }