Click or drag to resize
Accord.NET (logo)

FeatureBaseTOwner Property

Gets the potential function containing this feature.

Namespace:  Accord.Statistics.Models.Fields.Features
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public IPotentialFunction<T> Owner { get; protected set; }
Request Example View Source

Property Value

Type: IPotentialFunctionT
See Also