Got it working but it's slower than the regular decision tree. The simplicity of 4 connected might mean the extra code size and jumping around isn't worth it compared to the smaller opportunities for savings. My gut says 6-connected would do better (3 useful predictions vs 2). However, I could also have just made subtle mistakes too.
Got it working but it's slower than the regular decision tree. The simplicity of 4 connected might mean the extra code size and jumping around isn't worth it compared to the smaller opportunities for savings. My gut says 6-connected would do better (3 useful predictions vs 2). However, I could also have just made subtle mistakes too.