Package

com.linkedin.photon.ml.hyperparameter

estimators

Permalink

package estimators

Visibility
  1. Public
  2. All

Type Members

  1. class GaussianProcessEstimator extends AnyRef

    Permalink

    Estimates a Gaussian Process regression model

    Estimates a Gaussian Process regression model

    See also

    "Gaussian Processes for Machine Learning" (GPML), http://www.gaussianprocess.org/gpml/, Chapter 2

  2. class GaussianProcessModel extends AnyRef

    Permalink

    Gaussian Process regression model that predicts mean and variance of response for new observations

    Gaussian Process regression model that predicts mean and variance of response for new observations

    See also

    Gaussian Processes for Machine Learning (GPML), http://www.gaussianprocess.org/gpml/, Chapter 2

  3. trait PredictionTransformation extends AnyRef

    Permalink

    Base trait for prediction transformations.

    Base trait for prediction transformations. A prediction transformation is applied to a model's predictions before they're returned or integrated over.

Value Members

  1. package kernels

    Permalink

Ungrouped