-
…Mapper functions with 6 discrete outputs is as high as I'll go (I …
hardly any loss in performance compared to the mapper functions of 4 and 5 outputs (see the posts "Function …
Design: 4-Output Mapper Functions" and "Function Design: 5-Output Mapper …
So here it is, the C++ code for the 6-output mapper functions of 2, 3, and 4 arguments. Again, there are 3 new …
other direction and take a look at the 3-output mapper functions of 2, 3, and 4 arguments, the last in the series …
-
…The series of 5-output mapper functions explores the same principles of the 4-output …
just 2 arguments we can create efficient 5-output mapper functions that show a performance comparable to the argmax …
I'm including the C++ code for all three 5-output mapper functions for you to take a look: // Map5A(x0,x1): …
we'll go a step further and describe the 6-output mapper functions of 2, 3, and 4 arguments. …
-
…The 3-output mapper functions are the simplest of all the new mapper functions, …
-
…Let's start our exploration of the new mapper functions with the 4-output mapper functions of 2, 3, and 4 …
argmax)! Like I said, the Map4A function (and all mapper functions of the A series; I'll describe them in subsequent …
posts) was one of the latest mapper functions that I created. As they use only one argument for …
very disappointed because I so wanted to create mapper functions of 2 arguments (functions of 2 arguments enjoy a …
In the next post I'll describe the 5-output mapper functions of 2, 3, and 4 arguments. …
-
…functions a name of their own. I'm calling them Mapper Functions and representing them by Map3A, Map4A, Map5A, …
As for the second class, they aren't really mapper functions because they don't map particular intervals to …
it only needs 3 arguments! We can design similar mapper functions with 2, 3 and 4 arguments (I'm limiting myself to …
-
…in the design of all these new classifier and mapper functions, as the combinations of all the different …
-
…I had just finished describing how the mapper functions worked when another new class of functions just …
-
…that are used in the code of some of the new mapper functions (Map3A, Map4A, Map5A and Map6A) as a double. So …