Convert ArffFile library to header only library

This commit is contained in:
2024-05-21 10:11:33 +02:00
parent 2584e8294d
commit 22b742f068
13 changed files with 330 additions and 424 deletions

View File

@@ -4,7 +4,7 @@
// SPDX-License-Identifier: MIT
// ***************************************************************
#include <ArffFiles.h>
#include <ArffFiles.hpp>
#include "Proposal.h"
namespace bayesnet {