e2splits: Extract Split Information from an E2Tree Model

View source: R/accessors.R

e2splitsR Documentation

Extract Split Information from an E2Tree Model

Description

Returns the split matrix and categorical split encoding from a fitted E2Tree model.

Usage

e2splits(x, ...)

## S3 method for class 'e2tree'
e2splits(x, ...)

Arguments

x

An e2tree object.

...

Additional arguments (ignored).

Value

A list with components:

splits

The split information matrix.

csplit

The categorical split encoding matrix.


e2tree documentation built on May 15, 2026, 5:06 p.m.