You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Focus on the struct of BruteForceTask:
the outBlockSize depicts the size of vectors needed to find k neighbors. Thus kDistancesSize should be outBlockSize * k *sizeof(FPType) instead of inBlockSize * k * sizeof(FPType).
so do to kIndexesSize and maxSize.
The text was updated successfully, but these errors were encountered:
oneDAL/cpp/daal/src/algorithms/k_nearest_neighbors/bf_knn_impl.i
Focus on the struct of BruteForceTask:
the outBlockSize depicts the size of vectors needed to find k neighbors. Thus kDistancesSize should be outBlockSize * k *sizeof(FPType) instead of inBlockSize * k * sizeof(FPType).
so do to kIndexesSize and maxSize.
The text was updated successfully, but these errors were encountered: