Skip to content

Merge branch 'main' into dev/asolovev_daal_override_removals

35c3719
Select commit
Loading
Failed to load commit list.
Open

removals: DAAL_C11_OVERRIDE #3504

Merge branch 'main' into dev/asolovev_daal_override_removals
35c3719
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor succeeded Feb 5, 2026 in 36s

5 issues fixed. 865 minor issues found.

Annotations

Check notice on line 130 in cpp/daal/include/data_management/data_source/modifiers/sql/internal/engine.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/include/data_management/data_source/modifiers/sql/internal/engine.h#L130

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 160 in cpp/daal/include/algorithms/optimization_solver/objective_function/logistic_loss_batch.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/include/algorithms/optimization_solver/objective_function/logistic_loss_batch.h#L160

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 160 in cpp/daal/include/algorithms/optimization_solver/adagrad/adagrad_batch.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/include/algorithms/optimization_solver/adagrad/adagrad_batch.h#L160

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 143 in cpp/daal/include/algorithms/pca/pca_explained_variance_batch.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/include/algorithms/pca/pca_explained_variance_batch.h#L143

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 61 in cpp/daal/src/algorithms/dtrees/forest/classification/df_classification_model_impl.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/src/algorithms/dtrees/forest/classification/df_classification_model_impl.h#L61

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 102 in cpp/daal/include/data_management/data_source/modifiers/csv/internal/default_modifiers.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/include/data_management/data_source/modifiers/csv/internal/default_modifiers.h#L102

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 798 in cpp/daal/include/algorithms/kmeans/kmeans_init_distributed.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/include/algorithms/kmeans/kmeans_init_distributed.h#L798

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 1055 in cpp/daal/include/data_management/data/symmetric_matrix.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/include/data_management/data/symmetric_matrix.h#L1055

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 677 in cpp/daal/include/algorithms/kmeans/kmeans_init_distributed.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/include/algorithms/kmeans/kmeans_init_distributed.h#L677

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 1746 in cpp/daal/include/algorithms/dbscan/dbscan_distributed.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/include/algorithms/dbscan/dbscan_distributed.h#L1746

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 149 in cpp/daal/include/algorithms/gradient_boosted_trees/gbt_regression_predict.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/include/algorithms/gradient_boosted_trees/gbt_regression_predict.h#L149

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 153 in cpp/daal/include/algorithms/multi_class_classifier/multi_class_classifier_predict.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/include/algorithms/multi_class_classifier/multi_class_classifier_predict.h#L153

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 135 in cpp/daal/include/algorithms/gradient_boosted_trees/gbt_regression_training_batch.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/include/algorithms/gradient_boosted_trees/gbt_regression_training_batch.h#L135

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 166 in cpp/daal/include/algorithms/kmeans/kmeans_init_batch.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/include/algorithms/kmeans/kmeans_init_batch.h#L166

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 64 in cpp/daal/src/algorithms/dtrees/gbt/regression/gbt_regression_model_impl.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/src/algorithms/dtrees/gbt/regression/gbt_regression_model_impl.h#L64

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 139 in cpp/daal/include/algorithms/association_rules/apriori.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/include/algorithms/association_rules/apriori.h#L139

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 166 in cpp/daal/include/algorithms/pca/pca_explained_variance_batch.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/include/algorithms/pca/pca_explained_variance_batch.h#L166

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 197 in cpp/daal/include/data_management/data_source/modifiers/csv/internal/default_modifiers.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/include/data_management/data_source/modifiers/csv/internal/default_modifiers.h#L197

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 130 in cpp/daal/include/algorithms/k_nearest_neighbors/kdtree_knn_classification_training_batch.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/include/algorithms/k_nearest_neighbors/kdtree_knn_classification_training_batch.h#L130

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 136 in cpp/daal/include/algorithms/ridge_regression/ridge_regression_predict.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/include/algorithms/ridge_regression/ridge_regression_predict.h#L136

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 601 in cpp/daal/include/algorithms/covariance/covariance_distributed.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/include/algorithms/covariance/covariance_distributed.h#L601

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 163 in cpp/daal/include/algorithms/linear_regression/linear_regression_single_beta_batch.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/include/algorithms/linear_regression/linear_regression_single_beta_batch.h#L163

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 133 in cpp/daal/include/algorithms/em/em_gmm_init_batch.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/include/algorithms/em/em_gmm_init_batch.h#L133

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 876 in cpp/daal/include/algorithms/dbscan/dbscan_distributed.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/include/algorithms/dbscan/dbscan_distributed.h#L876

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 168 in cpp/daal/include/algorithms/quantiles/quantiles_types.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/include/algorithms/quantiles/quantiles_types.h#L168

"virtual" is redundant since function is already declared as "override". (readability/inheritance)