Incremental Decision Trees
Instance-based Learning
Learning paradigm in incremental trees where each new instance immediately influences the model, as opposed to batch learning which requires multiple passes over the data.
← Zurück