Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ExcelIntegration/HeuristicLabExcel/Program.cs @ 12901

Last change on this file since 12901 was 11217, checked in by gkronber, 10 years ago

initial commit of demo of excel interoperability (PredictRandomForest)

File size: 230 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using System.Threading.Tasks;
6
7namespace HeuristicLabExcel {
8  class Program {
9    static void Main(string[] args) {
10    }
11  }
12}
Note: See TracBrowser for help on using the repository browser.