Skip to content

Commit

Permalink
minor fix for zscore
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr-Solovev committed Aug 7, 2024
1 parent 29c8c68 commit 6fa1206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/daal/include/algorithms/normalization/zscore_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ namespace interface2
* \brief Provides methods to access final results obtained with the compute() method of the
* z-score normalization algorithm in the batch processing mode
*/
class Result : public daal::algorithms::Result
class DAAL_EXPORT Result : public daal::algorithms::Result
{
public:
DECLARE_SERIALIZABLE_CAST(Result)
Expand Down

0 comments on commit 6fa1206

Please sign in to comment.