Click or drag to resize
Accord.NET (logo)

MultivariateSecondMomentFeature. Clone 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.Functions.IPotentialFunction<Double[]>

Return Value

Type: IFeature<Double[]>
A new object that is a copy of this instance.

Implements

IFeature<TObservation>.Clone(IPotentialFunction<TObservation>)
See Also