Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/david-cortes/isotree
/ functions
Functions
632 in github.com/david-cortes/isotree
⨍
Functions
632
◇
Types & classes
77
↓ 3 callers
Function
_is_row_major
(X_num)
isotree/__init__.py:38
↓ 3 callers
Function
add_separation_step
src/helpers_iforest.hpp:186
↓ 3 callers
Function
apply_imputation_results
src/impute.hpp:919
↓ 3 callers
Function
build_btree_sampler
src/utils.hpp:391
↓ 3 callers
Function
build_terminal_node_mappings_single_tree
src/indexer.cpp:76
↓ 3 callers
Method
check_params
src/oop_interface.cpp:680
↓ 3 callers
Function
deserialize_ExtIsoForest
src/serialize.cpp:2643
↓ 3 callers
Function
deserialize_Imputer
src/serialize.cpp:2712
↓ 3 callers
Function
deserialize_Indexer
src/serialize.cpp:2781
↓ 3 callers
Function
deserialize_IsoForest
src/serialize.cpp:2574
↓ 3 callers
Function
deserialize_combined
src/serialize.cpp:4094
↓ 3 callers
Function
determine_serialized_size
src/serialize.cpp:2017
↓ 3 callers
Function
determine_serialized_size_combined
src/serialize.cpp:3450
↓ 3 callers
Function
expected_separation_depth_hotstart
src/utils.hpp:210
↓ 3 callers
Function
get_categs
src/utils.hpp:3182
↓ 3 callers
Function
get_size_ending_metadata
src/serialize.cpp:2008
↓ 3 callers
Method
impute
src/oop_interface.cpp:412
↓ 3 callers
Method
override_previous_fit
src/oop_interface.cpp:670
↓ 3 callers
Method
predict
src/oop_interface.cpp:240
↓ 3 callers
Method
push_bdens_fast_route
src/utils.hpp:1796
↓ 3 callers
Method
seed
src/xoshiro.hpp:122
↓ 3 callers
Method
seed
src/xoshiro.hpp:189
↓ 3 callers
Method
serialize
src/oop_interface.cpp:548
↓ 3 callers
Function
swap16b
src/serialize.cpp:177
↓ 3 callers
Function
todense
src/utils.hpp:3589
↓ 2 callers
Method
_check_can_use_imputer
(self, X_cat)
isotree/__init__.py:1287
↓ 2 callers
Function
_encode_categorical
(cl, categories)
isotree/__init__.py:75
↓ 2 callers
Method
_process_data
(self, X, sample_weights, column_weights)
isotree/__init__.py:1723
↓ 2 callers
Method
_rearrange_imputed
(self, orig, X_num, X_cat)
isotree/__init__.py:2241
↓ 2 callers
Function
allocate_default_isotree_parameters
src/c_interface.cpp:118
↓ 2 callers
Function
assign_32bits_to64_left
src/xoshiro.hpp:66
↓ 2 callers
Function
assign_32bits_to64_right
src/xoshiro.hpp:73
↓ 2 callers
Function
build_ref_node
This assumes it already has the indexer and 'reference_points' were just added. It builds up 'reference_mapping' and 'reference_indptr' from it. */
src/indexer.cpp:487
↓ 2 callers
Function
build_terminal_node_mappings
src/indexer.cpp:114
↓ 2 callers
Method
calc_adj_density
src/utils.hpp:2085
↓ 2 callers
Method
calc_bdens
src/utils.hpp:2153
↓ 2 callers
Method
calc_bdens2
src/utils.hpp:2161
↓ 2 callers
Method
calc_bratio_log
src/utils.hpp:2117
↓ 2 callers
Method
calc_bratio_log_ext
src/utils.hpp:2169
↓ 2 callers
Function
calc_mean_only_weighted
src/mult.hpp:183
↓ 2 callers
Function
calc_ranges_all_cols
src/helpers_iforest.hpp:455
↓ 2 callers
Function
calc_sd_right_to_left_weighted
src/crit.hpp:1433
↓ 2 callers
Method
check_can_predict_per_tree
src/oop_interface.cpp:652
↓ 2 callers
Function
check_for_missing
src/impute.hpp:1319
↓ 2 callers
Function
check_indices_are_sorted
src/other_helpers.hpp:66
↓ 2 callers
Function
check_model_has_range_penalty
src/serialize.cpp:4387
↓ 2 callers
Function
choose_cat_from_present
src/helpers_iforest.hpp:134
↓ 2 callers
Method
close_file
src/Rwrapper.cpp:2340
↓ 2 callers
Function
count_categs
src/utils.hpp:3393
↓ 2 callers
Function
csc_to_dense_int
src/Rwrapper.cpp:2576
↓ 2 callers
Function
csr_to_dense_int
src/Rwrapper.cpp:2599
↓ 2 callers
Function
deserialize_isotree
src/serialize.cpp:2839
↓ 2 callers
Method
drop_weights
src/utils.hpp:715
↓ 2 callers
Function
escape_strings
src/formatted_exporters.cpp:315
↓ 2 callers
Function
extract_32bits_from64_left
these are in order to avoid gcc warnings about 'strict aliasing rules' */
src/xoshiro.hpp:48
↓ 2 callers
Function
extract_32bits_from64_right
src/xoshiro.hpp:57
↓ 2 callers
Function
extract_spC
src/predict.hpp:1899
↓ 2 callers
Function
extract_spR
src/predict.hpp:1916
↓ 2 callers
Function
fill_NAs_with_median
src/utils.hpp:3535
↓ 2 callers
Method
fit
Fit isolation forest model to data Parameters ---------- X : array or array-like (n_samples, n_features)
isotree/__init__.py:1301
↓ 2 callers
Function
format_pct
src/formatted_exporters.cpp:358
↓ 2 callers
Function
generate_dot_single_tree
src/formatted_exporters.cpp:202
↓ 2 callers
Function
generate_json_single_tree
src/formatted_exporters.cpp:804
↓ 2 callers
Function
generate_sql_with_select_from
Translate isolation forest model into a single SQL select statement * * Parameters * ========== * - model_outputs * Pointer to fitted single-va
src/sql.cpp:103
↓ 2 callers
Method
get_handle
src/Rwrapper.cpp:2336
↓ 2 callers
Function
get_idx_tree_right
src/indexer.cpp:147
↓ 2 callers
Function
get_is_little_endian
src/serialize.cpp:1731
↓ 2 callers
Function
get_num_nodes
src/predict.hpp:1942
↓ 2 callers
Function
get_number_of_reference_points
Gets the number of reference points stored in an indexer object */
src/indexer.cpp:479
↓ 2 callers
Function
get_tree_mappings
src/formatted_exporters.cpp:261
↓ 2 callers
Function
initialize_worker_for_sim
src/dist.hpp:1219
↓ 2 callers
Function
is_col_taken
src/helpers_iforest.hpp:155
↓ 2 callers
Function
move_NAs_to_front
src/utils.hpp:3434
↓ 2 callers
Method
pop
src/utils.hpp:1948
↓ 2 callers
Method
pop_bdens_cat_internal
src/utils.hpp:2019
↓ 2 callers
Method
pop_bdens_cat_right_internal
src/utils.hpp:2042
↓ 2 callers
Method
pop_bdens_internal
src/utils.hpp:1969
↓ 2 callers
Method
pop_bdens_right_internal
src/utils.hpp:1995
↓ 2 callers
Method
pop_right
src/utils.hpp:1954
↓ 2 callers
Method
predict_distance
src/oop_interface.cpp:299
↓ 2 callers
Method
restore_handle
src/utils.hpp:3757
↓ 2 callers
Method
restore_range
src/utils.hpp:2197
↓ 2 callers
Method
restore_state
src/helpers_iforest.hpp:311
↓ 2 callers
Function
rotl32
src/xoshiro.hpp:42
↓ 2 callers
Function
rotl64
src/xoshiro.hpp:39
↓ 2 callers
Function
sample_random_uniform
Goualard, Frédéric. "Drawing random floating-point numbers from an interval." ACM Transactions on Modeling and Computer Simulation (TOMACS) 32.3 (2
src/utils.hpp:650
↓ 2 callers
Method
save_n_present_and_left
src/utils.hpp:2210
↓ 2 callers
Method
save_range
src/utils.hpp:2190
↓ 2 callers
Function
serialize_ExtIsoForest
src/serialize.cpp:2611
↓ 2 callers
Function
serialize_Imputer
src/serialize.cpp:2680
↓ 2 callers
Function
serialize_Indexer
src/serialize.cpp:2749
↓ 2 callers
Function
serialize_IsoForest
src/serialize.cpp:2542
↓ 2 callers
Function
serialize_isotree
Shorthands to use in templates (will be used in R) */
src/serialize.cpp:2819
↓ 2 callers
Method
serialize_template
src/oop_interface.cpp:735
↓ 2 callers
Method
set_as_reference_points
src/oop_interface.cpp:473
↓ 2 callers
Function
set_col_as_taken
src/helpers_iforest.hpp:165
↓ 2 callers
Function
shrink_impute_node
src/impute.hpp:720
↓ 2 callers
Function
shrink_to_fit_hplane
src/extended.hpp:1297
↓ 2 callers
Function
traverse_hplane
src/predict.hpp:1076
↓ 2 callers
Function
traverse_itree
src/predict.hpp:702
← previous
next →
101–200 of 632, ranked by callers