Model Input Group.Infer Schema Method
Definition
Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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
)