PLSSVM - Parallel Least Squares Support Vector Machine  2.0.0
A Least Squares Support Vector Machine implementation using different backends.
Classes | Namespaces
model.hpp File Reference

Implements a model class encapsulating the results of a SVM fit call. More...

#include "plssvm/data_set.hpp"
#include "plssvm/detail/assert.hpp"
#include "plssvm/detail/io/libsvm_model_parsing.hpp"
#include "plssvm/detail/io/libsvm_parsing.hpp"
#include "plssvm/detail/logger.hpp"
#include "plssvm/detail/performance_tracker.hpp"
#include "plssvm/detail/type_list.hpp"
#include "plssvm/parameter.hpp"
#include "fmt/chrono.h"
#include "fmt/core.h"
#include <chrono>
#include <cstddef>
#include <iostream>
#include <memory>
#include <string>
#include <tuple>
#include <utility>
#include <vector>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  plssvm::model< T, U >
 Implements a class encapsulating the result of a call to the SVM fit function. A model is used to predict the labels of a new data set. More...
 

Namespaces

 plssvm
 The main namespace containing all public API functions.
 

Detailed Description

Implements a model class encapsulating the results of a SVM fit call.

Author
Alexander Van Craen
Marcel Breyer
License
This file is part of the PLSSVM project which is released under the MIT license. See the LICENSE.md file in the project root for full license information.