Bespoke Multi-Touch Framework
SetWeights Method (invertedCommonCovarianceMatrix)
NamespacesBespoke.MultiTouch.Framework.InkTrainedSymbolSetWeights(Matrix)
Set the weights for linear classification.
Declaration Syntax
C#Visual BasicVisual C++
public Dictionary<InkSegment..::.Features, double> SetWeights(
	Matrix invertedCommonCovarianceMatrix
)
Public Function SetWeights ( _
	invertedCommonCovarianceMatrix As Matrix _
) As Dictionary(Of InkSegment..::.Features, Double)
public:
Dictionary<InkSegment..::.Features, double>^ SetWeights(
	Matrix^ invertedCommonCovarianceMatrix
)
Parameters
invertedCommonCovarianceMatrix (Matrix)
The (inverted) common covariance matrix from the collection of trained symbols.
Return Value
the calculated weight vector.

Assembly: Bespoke.MultiTouch.Framework (Module: Bespoke.MultiTouch.Framework) Version: 4.1.0.0 (4.1.0.0)