MHSample

scalismo.sampling.MHSample
case class MHSample[A](parameters: A, generatedBy: String)

A sample representation used in the metropolis hastings algorithm. It holds the sampled parameters, as well as a tag (generatedBy), which stores which proposalGenerator has generated that sample

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product