CommsMath Constructor (List Double , List Double )NetworkComms.Net Help
Create a new empty instance of CommsMath

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public CommsMath(
	List<double> initialValues,
	List<double> initialWeights
)

Parameters

initialValues
Type: OnlineSystem.Collections.Generic List OnlineDouble 

[Missing <param name="initialValues"/> documentation for "M:NetworkCommsDotNet.Tools.CommsMath.#ctor(System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double})"]

initialWeights
Type: OnlineSystem.Collections.Generic List OnlineDouble 

[Missing <param name="initialWeights"/> documentation for "M:NetworkCommsDotNet.Tools.CommsMath.#ctor(System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double})"]

See Also