FittingConfiguration

scalismo.statisticalmodel.asm.FittingConfiguration
See theFittingConfiguration companion object
case class FittingConfiguration(featureDistanceThreshold: Double, pointDistanceThreshold: Double, modelCoefficientBounds: Double)

Fitting Configuration, specifying thresholds and bounds.

Attributes

featureDistanceThreshold

threshold for the feature distance. If the mahalanobis distance of a candidate point's features to the corresponding profile's mean is larger than this value, then that candidate point will be ignored during fitting.

modelCoefficientBounds

bounds to apply on the model coefficients. In other words, by setting this to n, all coefficients of the fitting result will be restricted to the interval [-n, n].

pointDistanceThreshold

threshold for point distance: If the mahalanobis distance of a candidate point to its corresponding marginal distribution is larger than this value, then that candidate point will be ignored during fitting.

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product