114115116117118119120121122
if (selectedAttribute == null) { return new LeafNode<T>(examples); } return selectedAttribute.createNode(new SimpleDecisionNodeFactory(usedAttributesNew), examples); } } }