Click or drag to resize
Accord.NET (logo)

EmissionFeatureClone Method

Creates a new object that is a copy of the current instance.

Namespace:  Accord.Statistics.Models.Fields.Features
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public IFeature<int> Clone(
	IPotentialFunction<int> newOwner
)
Request Example View Source

Parameters

newOwner
Type: Accord.Statistics.Models.Fields.FunctionsIPotentialFunctionInt32

Return Value

Type: IFeatureInt32
A new object that is a copy of this instance.

Implements

IFeatureTObservationClone(IPotentialFunctionTObservation)
See Also