Including XA1DE model #5

Merged
rmontanana merged 33 commits from XA1DE into main 2025-03-20 14:58:38 +00:00
28 changed files with 4788 additions and 130 deletions
Showing only changes of commit c127cb670a - Show all commits

View File

@@ -303,8 +303,8 @@ namespace platform {
} }
} }
// Normalize the probabilities // Normalize the probabilities
normalize(probs); normalize(spodeProbs);
return probs; return spodeProbs;
} }
int predict_spode(const std::vector<int>& instance, int parent) int predict_spode(const std::vector<int>& instance, int parent)
{ {