Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
minmingzhu committed Nov 1, 2024
1 parent 1d8521d commit 89479bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mllib-dal/src/main/native/DecisionForestClassifierImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ static jobject doRFClassifierOneAPICompute(
logger::println(logger::INFO, "Prediction results:");
printHomegenTable(result_infer.get_responses());
logger::println(logger::INFO, "Probabilities results:\n");
printHomegenTable(result_infer.get_probabilities());ll
printHomegenTable(result_infer.get_probabilities());

t2 = std::chrono::high_resolution_clock::now();
duration =
Expand Down

0 comments on commit 89479bd

Please sign in to comment.