Model Input Group.Infer Schema Method
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Infer | Sets the model input group's schema to a single term with the specified key and unknown type. |
Infer | Sets the model input group's schema to a collection of terms with the specified keys. |
InferSchema(String)
Sets the model input group's schema to a single term
with the specified key and unknown type.
InferSchema(IList<String>, Boolean)
Sets the model input group's schema to a collection of terms
with the specified keys.
public void InferSchema(
IList<string> keys,
bool noIntercept = true
)