Main MRPT website > C++ reference for MRPT 1.5.6
Functions
src/math/kmeans++/kmeans.h File Reference
#include "KmUtils.h"
#include <iostream>
Include dependency graph for src/math/kmeans++/kmeans.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void ClearKMeansLogging ()
 
void AddKMeansLogging (std::ostream *out, bool verbose)
 
Scalar RunKMeans (int n, int k, int d, Scalar *points, int attempts, Scalar *centers, int *assignments)
 
Scalar RunKMeansPlusPlus (int n, int k, int d, Scalar *points, int attempts, Scalar *centers, int *assignments)
 

Function Documentation

◆ AddKMeansLogging()

void AddKMeansLogging ( std::ostream *  out,
bool  verbose 
)

Definition at line 34 of file kmeans++/KMeans.cpp.

References gLogOutputs, and gVerboseLogOutputs.

◆ ClearKMeansLogging()

void ClearKMeansLogging ( )

Definition at line 39 of file kmeans++/KMeans.cpp.

References gLogOutputs, and gVerboseLogOutputs.

◆ RunKMeans()

Scalar RunKMeans ( int  n,
int  k,
int  d,
Scalar points,
int  attempts,
Scalar centers,
int *  assignments 
)

◆ RunKMeansPlusPlus()

Scalar RunKMeansPlusPlus ( int  n,
int  k,
int  d,
Scalar points,
int  attempts,
Scalar centers,
int *  assignments 
)



Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019