#include <Clustering_c.h>
Public Attributes | |
int | niter |
clustering iterations | |
int | nredo |
redo clustering this many times and keep best | |
int | verbose |
(bool) | |
int | spherical |
(bool) do we want normalized centroids? | |
int | update_index |
(bool) update index after each iteration? | |
int | frozen_centroids |
(bool) use the centroids provided as input and do not change them during iterations | |
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 | |
Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
This source code is licensed under the BSD+Patents license found in the LICENSE file in the root directory of this source tree. Class for the clustering parameters. Can be passed to the constructor of the Clustering object.
Definition at line 25 of file Clustering_c.h.