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)
20
20
{
21
21
//
22
22
// 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();
25
25
26
26
//
27
27
// Starts experiment that demonstrates how to learn spatial patterns.
@@ -34,7 +34,7 @@ static void Main(string[] args)
34
34
// RunMultiSimpleSequenceLearningExperiment();
35
35
36
36
37
- // RunMultiSequenceLearningExperiment();
37
+ RunMultiSequenceLearningExperiment ( ) ;
38
38
}
39
39
40
40
private static void RunMultiSimpleSequenceLearningExperiment ( )
@@ -47,7 +47,7 @@ private static void RunMultiSimpleSequenceLearningExperiment()
47
47
//
48
48
// Prototype for building the prediction engine.
49
49
MultiSequenceLearning experiment = new MultiSequenceLearning ( ) ;
50
- var predictor = experiment . Run ( sequences ) ;
50
+ var predictor = experiment . Run ( sequences ) ;
51
51
}
52
52
53
53
You can’t perform that action at this time.
0 commit comments