mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 04:48:23 +01:00
docs: typo
This commit is contained in:
parent
fc689383d4
commit
efdeccce17
@ -474,7 +474,7 @@ static Rcpp::List RunMasterLoop(RInsidePOET &R, const RuntimeParameters ¶ms,
|
||||
training_data_buffer_append(training_data_buffer.y, invalid_y);
|
||||
|
||||
// If clustering is used, Add cluster labels to buffer and
|
||||
// count buffer size according to the cluster assignements
|
||||
// count buffer size according to the cluster assignments
|
||||
int n_cluster_reactive = 0;
|
||||
size_t buffer_size = training_data_buffer.x[0].size();
|
||||
if (params.use_clustering) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user