Deep Learning Algorithm Implementations 1.0.0
C++ implementations of fundamental deep learning algorithms
Loading...
Searching...
No Matches
ml::SVM< T > Member List

This is the complete list of members for ml::SVM< T >, including all inherited members.

decision_function(const Tensor< T > &X) constml::SVM< T >
dual_coef() constml::SVM< T >
fit(const Tensor< T > &X, const std::vector< int > &y)ml::SVM< T >
intercept() constml::SVM< T >
loss_history() constml::SVM< T >inline
predict(const Tensor< T > &X) constml::SVM< T >
predict_proba(const Tensor< T > &X) constml::SVM< T >
support() constml::SVM< T >
support_vectors() constml::SVM< T >
SVM(KernelType kernel_type=KernelType::RBF, T C=1.0, T gamma=1.0, int degree=3, T coef0=0.0, T tol=1e-3, size_t max_iter=1000, T learning_rate=0.01)ml::SVM< T >