MRPT
1.9.9
|
Go to the source code of this file.
Macros | |
#define | LOG(verbose, text) |
Functions | |
void | AddKMeansLogging (std::ostream *out, bool verbose) |
void | ClearKMeansLogging () |
static double | GetSeconds () |
static void | RunKMeansOnce (const KmTree &tree, int n, int k, int d, Scalar *points, Scalar *centers, Scalar *min_cost, Scalar *max_cost, Scalar *total_cost, double start_time, double *min_time, double *max_time, double *total_time, Scalar *best_centers, int *best_assignment) |
void | LogMetaStats (Scalar min_cost, Scalar max_cost, Scalar total_cost, double min_time, double max_time, double total_time, int num_attempts) |
Scalar | RunKMeans (int n, int k, int d, Scalar *points, int attempts, Scalar *ret_centers, int *ret_assignment) |
Scalar | RunKMeansPlusPlus (int n, int k, int d, Scalar *points, int attempts, Scalar *ret_centers, int *ret_assignment) |
Variables | |
static vector< ostream * > | gLogOutputs |
static vector< ostream * > | gVerboseLogOutputs |
#define LOG | ( | verbose, | |
text | |||
) |
Definition at line 24 of file kmeans++/KMeans.cpp.
Referenced by LogMetaStats(), RunKMeans(), RunKMeansOnce(), and RunKMeansPlusPlus().
void AddKMeansLogging | ( | std::ostream * | out, |
bool | verbose | ||
) |
Definition at line 36 of file kmeans++/KMeans.cpp.
References gLogOutputs, gVerboseLogOutputs, out, and verbose.
void ClearKMeansLogging | ( | ) |
Definition at line 41 of file kmeans++/KMeans.cpp.
References gLogOutputs, and gVerboseLogOutputs.
|
static |
Definition at line 48 of file kmeans++/KMeans.cpp.
Referenced by RunKMeans(), RunKMeansOnce(), and RunKMeansPlusPlus().
void LogMetaStats | ( | Scalar | min_cost, |
Scalar | max_cost, | ||
Scalar | total_cost, | ||
double | min_time, | ||
double | max_time, | ||
double | total_time, | ||
int | num_attempts | ||
) |
Definition at line 103 of file kmeans++/KMeans.cpp.
References LOG.
Referenced by RunKMeans(), and RunKMeansPlusPlus().
Scalar RunKMeans | ( | int | n, |
int | k, | ||
int | d, | ||
Scalar * | points, | ||
int | attempts, | ||
Scalar * | ret_centers, | ||
int * | ret_assignment | ||
) |
Definition at line 118 of file kmeans++/KMeans.cpp.
References GetRandom(), GetSeconds(), KM_ASSERT, LOG, LogMetaStats(), mrpt::system::os::memcpy(), and RunKMeansOnce().
Referenced by mrpt::math::detail::internal_kmeans< double >(), and mrpt::math::detail::internal_kmeans< float >().
|
static |
Definition at line 55 of file kmeans++/KMeans.cpp.
References KmTree::DoKMeansStep(), GetSeconds(), LOG, and mrpt::system::os::memcpy().
Referenced by RunKMeans(), and RunKMeansPlusPlus().
Scalar RunKMeansPlusPlus | ( | int | n, |
int | k, | ||
int | d, | ||
Scalar * | points, | ||
int | attempts, | ||
Scalar * | ret_centers, | ||
int * | ret_assignment | ||
) |
Definition at line 177 of file kmeans++/KMeans.cpp.
References GetSeconds(), KM_ASSERT, LOG, LogMetaStats(), RunKMeansOnce(), and KmTree::SeedKMeansPlusPlus().
|
static |
Definition at line 22 of file kmeans++/KMeans.cpp.
Referenced by AddKMeansLogging(), and ClearKMeansLogging().
|
static |
Definition at line 23 of file kmeans++/KMeans.cpp.
Referenced by AddKMeansLogging(), and ClearKMeansLogging().
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 3a26b90fd Wed Mar 25 20:17:03 2020 +0100 at miƩ mar 25 23:05:41 CET 2020 |