Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public bool Contains(
ClassificationModel<T> nestedModel
)
Public Function Contains (
nestedModel As ClassificationModel(Of T)
) As Boolean
public:
bool Contains(
ClassificationModel<T>^ nestedModel
)
member Contains :
nestedModel : ClassificationModel<'T> -> bool
Parameters
- nestedModel
- Type: Extreme.DataAnalysis.ModelsClassificationModelT
A ClassificationModelT object.
Return Value
Type:
Boolean if
nestedModel is nested within this model; otherwise
.
A model is nested within another model if all independent variables used in the nested model are also used
in the parent model. If the parent model has an intercept, then the nested model must also have an intercept.
Reference