DiscreteLowRankGraussianProcess3D

scalismo.statisticalmodel.DiscreteLowRankGraussianProcess3D$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply[DDomain <: (DiscreteDomain), Value](domain: DDomain[_3D], gp: LowRankGaussianProcess[_3D, Value])(implicit vectorizer: Vectorizer[Value]): DiscreteLowRankGaussianProcess[_3D, DDomain, Value]

Creates a new DiscreteLowRankGaussianProcess by discretizing the given gaussian process at the domain points.

Creates a new DiscreteLowRankGaussianProcess by discretizing the given gaussian process at the domain points.

Attributes

def apply[DDomain <: (DiscreteDomain), Value](mean: DiscreteField[_3D, DDomain, Value], klBasis: KLBasis[_3D, DDomain, Value])(implicit vectorizer: Vectorizer[Value]): DiscreteLowRankGaussianProcess[_3D, DDomain, Value]

Creates a new DiscreteLowRankGaussianProcess from the given mean field and klBasis

Creates a new DiscreteLowRankGaussianProcess from the given mean field and klBasis

Attributes