MCPcopy Create free account
hub / github.com/TheAlgorithms/Rust / find_best_split_feature

Function find_best_split_feature

src/machine_learning/decision_tree.rs:114–141  ·  view source on GitHub ↗

Find the best feature and threshold to split on

(
    data: &[(Vec<f64>, f64)],
    feature_indices: &[usize],
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

build_treeFunction · 0.85

Calls 2

find_best_splitFunction · 0.85
is_emptyMethod · 0.45

Tested by

no test coverage detected