ModelTermCollection.GetIndex Method

Returns the index of column names for the terms in the collection.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Index<string> GetIndex(
	bool noIntercept = false
)

Parameters

noIntercept  Boolean  (Optional)
 

Return Value

Index<String>

See Also