Skip to content

Commit

Permalink
list of functionality updated
Browse files Browse the repository at this point in the history
  • Loading branch information
shansfolder committed Oct 8, 2013
1 parent ff22781 commit 768978f
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion list_of_functions.txt → list_of_functionality.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
A list of functions in pyGP_OO
A list of functionality in pyGP_OO
===================================
For documentations see respective modules/functions.

Expand Down Expand Up @@ -63,5 +63,21 @@
infFITC_EP - Large scale inference with approximate covariance matrix
infFITC_Laplace - Large scale inference with approximate covariance matrix

----------------------------
optimization methods:
----------------------------
Minimize - Minimize by Carl Rasmussen
CG - Conjugent gradient
BFGS - Quasi-Newton method of Broyden, Fletcher, Goldfarb, and Shanno (BFGS)
SCG - Scaled conjugent gradient (faster than CG)

----------------------------
evaluation measures:
----------------------------
RMSE - Root mean squared error
ACC - Classification accuracy
Prec - Precision for class +1
Recall - Recall for class +1
NLPD - Negative log predictive density in transformed observation space


0 comments on commit 768978f

Please sign in to comment.