20#ifndef TRAINING_CONFIG_H
21#define TRAINING_CONFIG_H
Storage of the dynamic parameters of the algorithms that are set in the GUI by user.
float sigma
Sigma value for SOM algorithm.
float boost
Boost value for EmbedSOM algorithm.
int kmeans_iters
Number of iterations value for kmeans algorithm.
float som_alpha
Alpha value for SOM algorithm.
bool tsne_layout
Flag that indicates if the t-SNE algorithm should be used.
int kns
k-neighbors value for generating knn graph algorithm.
float adjust
Adjust value for EmbedSOM algorithm.
int som_iters
Number of iterations value for SOM algorithm.
float gravity
Gravity value for kmeans algorithm.
int tsne_k
k-neighbors value for t-SNE algorithm.
bool graph_layout
Flag that indicates if the graph layout algorithm should be used.
float kmeans_alpha
Alpha value for kmeans algorithm.
bool som_landmark
Flag that indicates if the SOM algorithm should be used.
bool kmeans_landmark
Flag that indicates if the kmeans algorithm should be used.
bool knn_edges
Flag that indicates if the kNN graph should be generated.
TrainingConfig()
Calls reset_data().
int topn
Landmark neighborhood size value for EmbedSOM algorithm.
void reset_data()
Resets values to their default values.