model_selection: Model selection for degrees of freedom and number of classes

Description Usage Arguments Value

View source: R/model_selection.R

Description

Model selection for degrees of freedom and number of classes

Usage

1
2
3
4
5
6
7
8
model_selection(
  data,
  args,
  beta_formulas,
  nclasses_list,
  cr,
  param_grid = NULL
)

Arguments

data

data of model

args

args of model

beta_formulas

List of formulas for beta expansion

nclasses_list

Vector for possible number of classes

cr

Criterion for model selection

Value

Initialized and pretrained model with best performance based on selection criterion


patrickrchao/AdaPTGMM documentation built on Oct. 22, 2021, 7:49 a.m.