Click or drag to resize
Accord.NET (logo)

IFeatureTObservationClone 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
IFeature<TObservation> Clone(
	IPotentialFunction<TObservation> newOwner
)
Request Example View Source

Parameters

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

Return Value

Type: IFeatureTObservation
A new object that is a copy of this instance.
See Also