File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Python/ColumnActivityDiagram
source/Samples/NeoCortexApiSample Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ static void Main(string[] args)
2020 {
2121 //
2222 // Starts experiment that demonstrates how to learn spatial patterns.
23- SpatialPatternLearning experiment = new SpatialPatternLearning ( ) ;
24- experiment . Run ( ) ;
23+ // SpatialPatternLearning experiment = new SpatialPatternLearning();
24+ // experiment.Run();
2525
2626 //
2727 // Starts experiment that demonstrates how to learn spatial patterns.
@@ -34,7 +34,7 @@ static void Main(string[] args)
3434 // RunMultiSimpleSequenceLearningExperiment();
3535
3636
37- // RunMultiSequenceLearningExperiment();
37+ RunMultiSequenceLearningExperiment ( ) ;
3838 }
3939
4040 private static void RunMultiSimpleSequenceLearningExperiment ( )
@@ -47,7 +47,7 @@ private static void RunMultiSimpleSequenceLearningExperiment()
4747 //
4848 // Prototype for building the prediction engine.
4949 MultiSequenceLearning experiment = new MultiSequenceLearning ( ) ;
50- var predictor = experiment . Run ( sequences ) ;
50+ var predictor = experiment . Run ( sequences ) ;
5151 }
5252
5353
You can’t perform that action at this time.
0 commit comments