Skip to content
Snippets Groups Projects
Commit 1c876bee authored by Tizian Wenzel's avatar Tizian Wenzel
Browse files

Moved files to folders, modified some imports.

parent 0d3848aa
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
#!/usr/bin/env python3
from kernels import Matern
from vkoga_2l.kernels import Matern
import numpy as np
from sklearn.base import BaseEstimator
from sklearn.utils.validation import check_X_y, check_array, check_is_fitted
from scipy.spatial import distance_matrix
import torch
from utilities import OptimizedKernel
from vkoga_2l.utilities import OptimizedKernel
# VKOGA implementation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment