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
Method
deserialize_template
src/oop_interface.cpp:758
Method
drop_from_tail
src/utils.hpp:888
Method
drop_imputer
Drops the imputer sub-object from this model object Drops the imputer sub-object from this model object, if it was fitted with data
isotree/__init__.py:3954
Method
drop_indexer
Drops the indexer sub-object from this model object Drops the indexer sub-object from this model object, if it was constructed.
isotree/__init__.py:3970
Method
drop_reference_points
Drops reference points from this model Drops any reference points used for distance and/or kernel calculations from the mode
isotree/__init__.py:3989
Function
duplicate_altrepped_pointer
src/Rwrapper.cpp:337
Function
eval_guided_crit
src/crit.hpp:3064
Function
eval_guided_crit_weighted
src/crit.hpp:3128
Function
expected_avg_depth
src/utils.hpp:159
Function
expected_sd_cat
src/crit.hpp:995
Function
expected_sd_cat_internal
src/crit.hpp:1057
Function
expected_sd_cat_single
src/crit.hpp:1023
Function
expected_sd_cat_weighted
src/crit.hpp:1123
Method
export_model
Export Isolation Forest model Save Isolation Forest model to a serialized file along with its metadata, in order to be re-us
isotree/__init__.py:3075
Function
find_split_dens
src/crit.hpp:2653
Function
find_split_dens_longform
src/crit.hpp:2559
Function
find_split_dens_longform_weighted
src/crit.hpp:2605
Function
find_split_dens_shortform
src/crit.hpp:2383
Function
find_split_dens_shortform_t
src/crit.hpp:2339
Function
find_split_dens_shortform_weighted
src/crit.hpp:2449
Function
find_split_dens_shortform_weighted_t
src/crit.hpp:2392
Function
find_split_dens_weighted
src/crit.hpp:2663
Function
find_split_full_gain
src/crit.hpp:1733
Function
find_split_full_gain_weighted
src/crit.hpp:2001
Function
find_split_rel_gain
src/crit.hpp:1318
Function
find_split_rel_gain_t
src/crit.hpp:1287
Function
find_split_rel_gain_weighted
src/crit.hpp:1405
Function
find_split_rel_gain_weighted_t
src/crit.hpp:1370
Function
find_split_std_gain
src/crit.hpp:1543
Function
find_split_std_gain_t
src/crit.hpp:1505
Function
find_split_std_gain_weighted
src/crit.hpp:1553
Function
fit_iforest_internal
src/fit_model.hpp:660
Function
fit_itree
src/fit_model.hpp:1739
Method
fit_transform
Scikit-Learn pipeline-compatible version of 'fit_predict' Will fit the model and output imputed missing values. Intended to be used
isotree/__init__.py:2747
Function
gather_sim_result
src/dist.hpp:1071
Function
get_ExtIsoForest
src/python_helpers.hpp:80
Function
get_Imputer
src/python_helpers.hpp:85
Function
get_Indexer
src/python_helpers.hpp:90
Function
get_IsoForest
src/python_helpers.hpp:75
Function
get_altrep_obj_class
src/Rwrapper.cpp:236
Function
get_altrepped_pointer
src/Rwrapper.cpp:269
Function
get_default_isotree_parameters
Note: this returns an 'isotree_parameters' type, but the function that fits the model requires instead an 'isotree_parameters_t' object. See below
include/isotree_c.h:246
Function
get_element_from_altrepped_obj
src/Rwrapper.cpp:254
Method
get_feature_names_out
(self)
isotree/__init__.py:2741
Function
get_has_openmp
src/python_helpers.hpp:95
Function
get_isotree_parameters
src/c_interface.cpp:212
Function
get_ntrees
[[Rcpp::export(rng = false)]]
src/Rwrapper.cpp:3039
Function
get_num_nodes
src/instantiate_template_headers.hpp:231
Function
get_pointer_from_altrep
src/Rwrapper.cpp:414
Function
get_pointer_from_xptr
src/Rwrapper.cpp:420
Function
harmonic
src/utils.hpp:139
Method
has_indexer_
(self)
isotree/__init__.py:4041
Method
has_reference_points_
(self)
isotree/__init__.py:4045
Function
has_wchar_t_file_serializers
src/serialize.cpp:407
Method
import_model
Load an Isolation Forest model exported from R or Python Loads a serialized Isolation Forest model as produced and exported
isotree/__init__.py:3209
Function
impute_missing_values
src/instantiate_template_headers.hpp:198
Function
impute_missing_values_internal
src/impute.hpp:173
Function
initialize_imputer
src/impute.hpp:297
Function
inspect_altrepped_pointer
src/Rwrapper.cpp:407
Function
isotree_build_indexer
src/c_interface.cpp:913
Function
isotree_copy_model
src/c_interface.cpp:934
Function
isotree_deserialize_from_file
src/c_interface.cpp:673
Function
isotree_deserialize_from_raw
src/c_interface.cpp:762
Function
isotree_get_ntrees
src/c_interface.cpp:895
Function
isotree_get_num_reference_points
src/c_interface.cpp:585
Function
isotree_get_num_threads
src/c_interface.cpp:884
Function
isotree_impute
src/c_interface.cpp:498
Function
isotree_predict_distance
src/c_interface.cpp:442
Function
isotree_predict_distance_to_ref_points
src/c_interface.cpp:597
Function
isotree_serialize_get_raw_size
src/c_interface.cpp:701
Function
isotree_serialize_to_file
src/c_interface.cpp:644
Function
isotree_serialize_to_raw
src/c_interface.cpp:729
Function
isotree_set_num_threads
src/c_interface.cpp:865
Function
isotree_set_reference_points
src/c_interface.cpp:541
Function
main
example/isotree_c_ex.c:29
Function
main
example/isotree_cpp_oop_ex.cpp:32
Function
main
example/isotree_cpp_ex.cpp:38
Function
main
gen_tables/gen_tables.c:37
Method
max
src/xoshiro.hpp:181
Method
min
src/xoshiro.hpp:110
Method
min
src/xoshiro.hpp:176
Method
operator()
src/xoshiro.hpp:147
Method
operator()
src/xoshiro.hpp:230
Method
operator()
src/xoshiro.hpp:305
Method
operator()
src/xoshiro.hpp:352
Method
operator()
src/xoshiro.hpp:395
Method
partial_fit
Add additional (single) tree to isolation forest model Adds a single tree fit to the full (non-subsampled) data passed here. Must
isotree/__init__.py:2790
Method
plot_tree
Plot a single tree from the model Plots a single tree from the model, as a matplotlib plot. Note ---- One m
isotree/__init__.py:3577
Function
predict_iforest
src/instantiate_template_headers.hpp:160
Method
predict_kernel
Predict isolation kernel between points This is a shorthand for ``predict_distance`` with ``output="kernel"``. Parameters
isotree/__init__.py:2642
Function
py_strerrorlen_s
src/python_helpers.hpp:104
Function
read_bytes
src/serialize.cpp:476
Function
reconstruct_csr_with_categ
src/other_helpers.hpp:130
Function
return_EXIT_FAILURE
src/utils.hpp:3786
Function
return_EXIT_SUCCESS
Return the #def'd constants from standard header. This is in order to determine if the return value from the 'fit_model' function is a success or f
src/utils.hpp:3782
Function
safe_CastString
src/Rwrapper.cpp:1886
Function
safe_FALSE
src/Rwrapper.cpp:129
Function
safe_XPtr
src/Rwrapper.cpp:119
Function
safe_copy_intvec
src/Rwrapper.cpp:104
Function
safe_copy_vec
src/Rwrapper.cpp:98
← previous
next →
501–600 of 632, ranked by callers