diff --git a/testML/App.config b/testML/App.config
index e77a99d..d3e3403 100644
--- a/testML/App.config
+++ b/testML/App.config
@@ -9,6 +9,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testML/DictionaryToObjectConverter.cs b/testML/DictionaryToObjectConverter.cs
new file mode 100644
index 0000000..2c337cc
--- /dev/null
+++ b/testML/DictionaryToObjectConverter.cs
@@ -0,0 +1,138 @@
+using Microsoft.CSharp;
+using Microsoft.ML;
+using Microsoft.ML.Data;
+using System;
+using System.CodeDom.Compiler;
+using System.Collections;
+using System.Collections.Generic;
+using System.IO;
+using System.Linq;
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace testML
+{
+ public static class DictionaryToObjectConverter
+ {
+ public static IEnumerable