Skip to content

Commit f5880a5

Browse files
fixes
1 parent e67b8e6 commit f5880a5

17 files changed

Lines changed: 2353 additions & 68 deletions
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
/* file: hdbscan_dense_batch_fpt_cpu.cpp */
2+
/*******************************************************************************
3+
* Copyright contributors to the oneDAL project
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*******************************************************************************/
17+
18+
#include "src/algorithms/hdbscan/hdbscan_dense_batch_impl.i"
19+
#include "services/daal_defines.h"
20+
21+
using namespace daal::internal;
22+
23+
namespace daal
24+
{
25+
namespace algorithms
26+
{
27+
namespace hdbscan
28+
{
29+
namespace internal
30+
{
31+
32+
template class DAAL_EXPORT HDBSCANBatchKernel<DAAL_FPTYPE, DAAL_CPU>;
33+
34+
} // namespace internal
35+
} // namespace hdbscan
36+
} // namespace algorithms
37+
} // namespace daal

0 commit comments

Comments
 (0)