Click or drag to resize
Accord.NET (logo)

MultivariateEmpiricalOptionsInPlace Property

Gets or sets whether the empirical distribution should be take the observation and weight vectors directly instead of making a copy beforehand.

Namespace:  Accord.Statistics.Distributions.Fitting
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public bool InPlace { get; set; }
Request Example View Source

Property Value

Type: Boolean
See Also