|
|
|
|
|
|
|
|
|
|
|
compute_log_marginal_likelihood(self)
Compute log marginal likelihood using self.train_fv and self.labels. |
source code
|
|
|
|
compute_gradient_log_marginal_likelihood(self)
Compute gradient of the log marginal likelihood. This
version use a more compact formula provided by Williams and
Rasmussen book. |
source code
|
|
|
|
compute_gradient_log_marginal_likelihood_logscale(self)
Compute gradient of the log marginal likelihood when
hyperparameters are in logscale. This version use a more
compact formula provided by Williams and Rasmussen book. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from base.Classifier:
__str__,
clone,
isTrained,
predict,
repredict,
retrain,
summary,
train,
trained
Inherited from misc.state.ClassWithCollections:
__getattribute__,
__new__,
__setattr__,
reset
Inherited from object:
__delattr__,
__format__,
__hash__,
__reduce__,
__reduce_ex__,
__sizeof__,
__subclasshook__
|
|
|
predicted_variances = StateVariable(enabled= False, doc= "Vari...
|
|
|
log_marginal_likelihood = StateVariable(enabled= False, doc= "...
|
|
|
log_marginal_likelihood_gradient = StateVariable(enabled= Fals...
|
|
|
_clf_internals = ['gpr', 'regression', 'retrainable']
Describes some specifics about the classifier -- is that it is
doing regression for instance....
|
|
|
sigma_noise = Parameter(0.001, allowedtype= 'float', min= 1e-1...
|
|
|
lm = Parameter(0.0, min= 0.0, allowedtype= 'float', doc= """Th...
|
|
|
kernel = property(fget= lambda self: self.__kernel)
|
|
Inherited from base.Classifier:
_DEV__doc__,
feature_ids,
predicting_time,
predictions,
regression,
retrainable,
trained_dataset,
trained_labels,
trained_nsamples,
training_confusion,
training_time,
values
Inherited from misc.state.ClassWithCollections:
descr
|