Posts by Renato Sousa • 1 point
2 posts
-
-1
votes0
answers9
viewsQ: Data preprocessing for clustering algorithms
Hey guys, I have a question for my TCC. I have a database of customer information and loans, which indicates whether or not the customer has paid a requested loan, containing various customer…
machine-learningasked Renato Sousa 1 -
0
votes0
answers60
viewsQ: How to decrease running time using openmp
I wanted to know what I can do to decrease the running time using Openmp threads. I made a code to add the values of a size 2² vector, but the time measures are practically equal when I increase the…