Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 ML 包距离指标来评估距离。
我有两个 arma:vec。需要找到两个vec之间的距离。
mlpack::metric::EuclideanDistance distance();
cout<<distance.Evaluate(temp_vec2, temp_vec2);
不知道如何使用这个。
mlpack::metric::EuclideanDistance 距离;
代替
mlpack::metric::EuclideanDistance 距离();
作品