Faiss
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
Public Member Functions | Public Attributes | List of all members
faiss::ClusteringParameters Struct Reference

#include <Clustering.h>

Inheritance diagram for faiss::ClusteringParameters:
faiss::Clustering

Public Member Functions

 ClusteringParameters ()
 sets reasonable defaults
 

Public Attributes

int niter
 clustering iterations
 
int nredo
 redo clustering this many times and keep best
 
bool verbose
 
bool spherical
 do we want normalized centroids?
 
bool update_index
 update index after each iteration?
 
int min_points_per_centroid
 otherwise you get a warning
 
int max_points_per_centroid
 to limit size of dataset
 
int seed
 seed for the random number generator
 

Detailed Description

Class for the clustering parameters. Can be passed to the constructor of the Clustering object.

Definition at line 25 of file Clustering.h.


The documentation for this struct was generated from the following files: