Skip to content

Commit 99c7108

Browse files
author
Jack Dermody
committed
restored program
1 parent ebae0ee commit 99c7108

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ExampleCode/Program.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ static void Main()
3131
// set where to save training data files
3232
context.Set("DataFileDirectory", new DirectoryInfo(@"c:\data"));
3333

34-
//Xor(context);
35-
//IrisClassification(context);
36-
//IrisClustering(context);
37-
//MarkovChains(context);
38-
//TextClustering(context);
39-
//IntegerAddition(context);
34+
Xor(context);
35+
IrisClassification(context);
36+
IrisClustering(context);
37+
MarkovChains(context);
38+
TextClustering(context);
39+
IntegerAddition(context);
4040
ReberPrediction(context);
4141
OneToMany(context, useCuda);
4242
ManyToOne(context, useCuda);

0 commit comments

Comments
 (0)