Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2fb7f61

Browse filesBrowse files
committed
usage
1 parent 8ed4103 commit 2fb7f61
Copy full SHA for 2fb7f61

File tree

1 file changed

+4
-2
lines changed
Filter options

1 file changed

+4
-2
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ The computation of the log determinant with its derivatives for positive definit
3030

3131
1. Various kernel types, such as square-exponential, Matérn, and spectral mixture.
3232
2. Both Gaussian and non-Gaussian likelihood.
33-
3. High-dimensional feature space.
34-
4. Previously prohibitive data size.
33+
3. Previously prohibitive data size.
34+
<!---4. High-dimensional feature space.--->
3535

3636

3737
## Setup
@@ -41,6 +41,8 @@ The computation of the log determinant with its derivatives for positive definit
4141

4242
## Usage
4343

44+
The code is built with Matlab. In particular, the Lanczos algorithm with reorthogonalization uses ARPACK which comes with Matlab by default. If you are using Octave and require reorthogonalization, replace *lanczos_arpack* with *lanczos_full* in *cov/apx.m*. Fast Lanczos implementation without reorthogonalization is also available by setting *ldB2_maxit = -niter*. Please check the comments in demos for example.
45+
4446
### Hickory
4547

4648
### Sound

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.