Click or drag to resize
Accord.NET (logo)

SecondMomentFeatureClone 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<double> Clone(
	IPotentialFunction<double> newOwner
)
Request Example View Source

Parameters

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

Return Value

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

Implements

IFeatureTObservationClone(IPotentialFunctionTObservation)
See Also