Subject: generic split stat. Добрый день!Помогите, пожалуйста, разобраться с переводом алгоритма построения дерева решений. Что это может быть за разбиение? It is often more desirable to form a tree whose root node is split on a X descriptor (a generic split). This is because a generic split at the root would better utilize training items. For example, a training item set may consist of 1000 training items with known property Y1 and 20 training items with known property Y2. A generic split at the root uses the 1020 training items to split. If the root node is split by K, then a subsequent generic split by Y2 would only use the 20 training items with known property Y2. Подробнее про X descriptor: Буду очень признательна за помощь! |
Есть generalized splitting - обобщённое разбиение (расщепление). Может быть, generic split - это то же самое? См., напр., http://www.math.uni-bielefeld.de/LAG/man/050.pdf |
Да, похоже. Большое спасибо!!! |
You need to be logged in to post in the forum |