Returns the index of column names for the terms in the collection.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Index<string> GetIndex(
bool noIntercept = false
)
Public Function GetIndex (
Optional noIntercept As Boolean = false
) As Index(Of String)
public:
Index<String^>^ GetIndex(
bool noIntercept = false
)
member GetIndex :
?noIntercept : bool
(* Defaults:
let _noIntercept = defaultArg noIntercept false
*)
-> Index<string>
Parameters
- noIntercept (Optional)
- Type: SystemBoolean
Return Value
Type:
IndexString
Reference