AdaptiveGradientMap T  Constructor ElecNetKit Documentation
Make a new AdaptiveGradientMap

Namespace: ElecNetKit.Graphing.AdaptiveGradients
Assembly: ElecNetKit.Graphing (in ElecNetKit.Graphing.dll) Version: 1.1.4771.27373 (1.1.0.0)
Syntax

public AdaptiveGradientMap(
	double[] targetValues,
	T[] options
)

Parameters

targetValues
Type:  OnlineSystem Double 
A set of target values to interpolate between
options
Type:  T 
A set of options to choose from (interpolate to).
See Also