Skip to content

Commit

Permalink
Correct PCA nComponents description (#2853)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexsandruss authored Jul 29, 2024
1 parent bb9e92e commit 9266bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/daal/include/algorithms/pca/pca_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ class DAAL_EXPORT BaseBatchParameter : public daal::algorithms::Parameter
BaseBatchParameter();

DAAL_UINT64 resultsToCompute; /*!< 64 bit integer flag that indicates the results to compute */
size_t nComponents; /*!< number of components for reduced implementation */
size_t nComponents; /*!< number of components for reduced implementation (applicable for batch mode only) */
bool isDeterministic; /*!< sign flip if required */
bool doScale; /*!< scaling if required */
bool isCorrelation; /*!< correlation is provided */
Expand Down

0 comments on commit 9266bff

Please sign in to comment.