affinitree 0.22.0

A crate to distill faithful decision trees out of neural networks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# blank_lines_upper_bound = 2
# brace_style = "SameLineWhere" # default
# control_brace_style = "ClosingNextLine"
edition = "2021"
# indent_style = "Block" # default
# license_template_path
imports_granularity = "Module"
reorder_impl_items = true 
reorder_imports = true # default
group_imports = "StdExternalCrate"
reorder_modules = true # default
space_after_colon = true # default
tab_spaces = 4 # default
trailing_comma = "Vertical" #default
unstable_features = true
use_field_init_shorthand = true
use_try_shorthand = true
version = "Two"