MathPHP\Functions\SpecialTest::dataProviderForSoftmax PHP Метод

dataProviderForSoftmax() публичный Метод

    public function dataProviderForSoftmax()
    {
        return [[[1, 2, 3, 4, 1, 2, 3], [0.023640543021591392, 0.06426165851049616, 0.17468129859572226, 0.47483299974438037, 0.023640543021591392, 0.06426165851049616, 0.17468129859572226]], [[0.07000000000000001, 0.22, 0.28], [0.29450637, 0.34216758, 0.363332605]], [[0.35, 0.78, 1.12], [0.21290077, 0.32728332, 0.45981591]], [[-0.33, -0.58, -0.92], [0.42860913, 0.33380113, 0.23758974]], [[-0.39, -0.7, -1.1], [0.44941979, 0.32962558, 0.22095463]], [[0.1, 0.2], [0.47502081, 0.52497919]], [[-0.1, 0.2], [0.42555748, 0.57444252]], [[0.9, -10], [0.999981542, 1.84578933E-5]], [[0, 10], [4.53978687E-5, 0.999954602]], [[3.0, 1.0, 0.2], [0.8360188, 0.11314284, 0.05083836]], [[1, 2, 3], [0.09003057, 0.24472847, 0.66524096]], [[2, 4, 8], [0.00242826, 0.01794253, 0.97962921]], [[3, 5, 7], [0.01587624, 0.11731043, 0.86681333]], [[6, 6, 6], [0.33333333, 0.33333333, 0.33333333]], [[1, 2, 3, 6], [0.00626879, 0.01704033, 0.04632042, 0.9303704699999999]]];
    }