ModelTermCollection.GetIndex Method

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

Definition

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

Parameters

noIntercept  Boolean  (Optional)
 

Return Value

Index<String>

See Also