Click or drag to resize
Accord.NET (logo)

DescriptiveAnalysisLazy Property

Gets or sets whether the properties of this class should be computed only when necessary. If set to true, a copy of the input data will be maintained inside an instance of this class, using more memory.

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

Property Value

Type: Boolean
See Also