MRPT  2.0.4
Functions
KMeans.h File Reference
#include <iostream>
#include "KmUtils.h"

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 36 of file KMeans.cpp.

References gLogOutputs, gVerboseLogOutputs, out, and verbose.

◆ ClearKMeansLogging()

void ClearKMeansLogging ( )

Definition at line 41 of file 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.18 for MRPT 2.0.4 at Thu Sep 24 07:14:18 UTC 2020