示例#1
0
        public void ForwardPropagateTest()
        {
            BackPropagationThreeLayers target = new BackPropagationThreeLayers(); // TODO: Initialize to an appropriate value

            double[] pattern = null;                                              // TODO: Initialize to an appropriate value
            string   output  = string.Empty;                                      // TODO: Initialize to an appropriate value

            target.ForwardPropagate(pattern, output);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }