R/decision_tree.R

tamahagane.decision.tree<-function(formula, dataset){

  # Create the tree.
  ctree(formula, data = dataset)

}
farhanmubasher/tamahagane documentation built on May 16, 2019, 10:09 a.m.