mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-24 14:15:14 +02:00
[static] added fixed tests
This commit is contained in:
parent
0c180b3cd5
commit
87af7e2525
3 changed files with 14 additions and 11 deletions
|
|
@ -195,7 +195,7 @@ class Fixed(Static):
|
||||||
class Precomputed(Fixed):
|
class Precomputed(Fixed):
|
||||||
def __init__(self, input_dim, covariance_matrix, variance=1., active_dims=None, name='precomputed'):
|
def __init__(self, input_dim, covariance_matrix, variance=1., active_dims=None, name='precomputed'):
|
||||||
"""
|
"""
|
||||||
Class for precomputed kernels, indexed by X
|
Class for precomputed kernels, indexed by columns in X
|
||||||
|
|
||||||
Usage example:
|
Usage example:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,11 +2,14 @@
|
||||||
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
import numpy as np
|
from unittest.case import skip
|
||||||
|
|
||||||
import GPy
|
import GPy
|
||||||
from GPy.core.parameterization.param import Param
|
from GPy.core.parameterization.param import Param
|
||||||
|
import numpy as np
|
||||||
|
|
||||||
from ..util.config import config
|
from ..util.config import config
|
||||||
from unittest.case import skip
|
|
||||||
|
|
||||||
verbose = 0
|
verbose = 0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -41,10 +41,10 @@ Python 2.7, 3.4 and higher
|
||||||
## Citation
|
## Citation
|
||||||
|
|
||||||
@Misc{gpy2014,
|
@Misc{gpy2014,
|
||||||
author = {{The GPy authors}},
|
author = {{GPy}},
|
||||||
title = {{GPy}: A Gaussian process framework in python},
|
title = {{GPy}: A Gaussian process framework in python},
|
||||||
howpublished = {\url{http://github.com/SheffieldML/GPy}},
|
howpublished = {\url{http://github.com/SheffieldML/GPy}},
|
||||||
year = {2012--2015}
|
year = {since 2012}
|
||||||
}
|
}
|
||||||
|
|
||||||
### Pronounciation:
|
### Pronounciation:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue