List of all items
Structs
- algorithms::common::config::BaseSearchConfig
- algorithms::common::errors::NativeError
- algorithms::common::heuristics::GiniIndex
- algorithms::common::heuristics::InformationGain
- algorithms::common::heuristics::NoHeuristic
- algorithms::common::heuristics::WeightedEntropy
- algorithms::common::types::SearchResult
- algorithms::common::types::SearchStatistics
- algorithms::greedy::LGDT
- algorithms::greedy::LGDTBuilder
- algorithms::optimal::depth2::ErrorMinimizer
- algorithms::optimal::depth2::InfoGainMaximizer
- algorithms::optimal::dl85::DL85
- algorithms::optimal::dl85::DL85Builder
- algorithms::optimal::dl85::config::DL85Config
- algorithms::optimal::rules::DecreasingTopkRule
- algorithms::optimal::rules::DiscrepancyRule
- algorithms::optimal::rules::Exponential
- algorithms::optimal::rules::GainRule
- algorithms::optimal::rules::Luby
- algorithms::optimal::rules::Monotonic
- algorithms::optimal::rules::PurityRule
- algorithms::optimal::rules::RuleContext
- algorithms::optimal::rules::RuleManager
- algorithms::optimal::rules::RuleResult
- algorithms::optimal::rules::TopkRule
- algorithms::optimal::rules::common::LowerBoundRule
- algorithms::optimal::rules::common::MaxDepthRule
- algorithms::optimal::rules::common::MinSupportRule
- algorithms::optimal::rules::common::PureNodeRule
- algorithms::optimal::rules::common::SimilarityLowerBoundRule
- algorithms::optimal::rules::common::TimeLimitRule
- algorithms::optimal::rules::common::UsableNodeRule
- bitsets::Bitset
- caching::CacheEntry
- caching::SearchPath
- caching::Trie
- cover::Cover
- cover::reversible_cover::Difference
- cover::reversible_cover::ShallowBitset
- cover::reversible_cover::SparseBitset
- cover::similarities::SimilarityCover
- parsers::examples::ExampleParser
- parsers::examples::Res
- reader::data_reader::DataReader
- tree::NodeInfos
- tree::NodeUpdater
- tree::Tree
- tree::TreeNode
Enums
- algorithms::common::types::BranchingPolicy
- algorithms::common::types::FitError
- algorithms::common::types::LowerBoundPolicy
- algorithms::common::types::NodeDataType
- algorithms::common::types::OptimalDepth2Policy
- algorithms::common::types::RuleType
- algorithms::common::types::SearchHeuristic
- algorithms::common::types::SearchStepStrategy
- algorithms::optimal::rules::Reason
- algorithms::optimal::rules::RuleState
- bitsets::BitsetInit
- caching::CacheKey
- caching::Index
- reader::DataFormat
- reader::DataReaderError
Traits
- algorithms::TreeSearchAlgorithm
- algorithms::common::errors::ErrorWrapper
- algorithms::common::heuristics::Heuristic
- algorithms::optimal::depth2::OptimalDepth2Tree
- algorithms::optimal::rules::Rule
- algorithms::optimal::rules::StepStrategy
- bitsets::BitCollection
- caching::Caching
Functions
- algorithms::common::errors::classification_error
- algorithms::common::heuristics::helpers::entropy
- algorithms::common::heuristics::helpers::gini_index
- algorithms::common::heuristics::helpers::information_gain
- algorithms::common::heuristics::helpers::weighted_entropy
- algorithms::common::utils::build_labels_count_distribution_matrix
- algorithms::common::utils::deduce_sibling_error
- algorithms::common::utils::deduce_sibling_error_with_buffer
- algorithms::common::utils::find_valid_split_attributes
- algorithms::greedy::factories::with_error_minimizer
- algorithms::greedy::factories::with_info_gain
- globals::attribute
- globals::compute_entropy
- globals::float_is_null
- globals::get_tree_root_error
- globals::get_tree_root_gain
- globals::item
- globals::item_type
- parsers::examples::load_results
- parsers::examples::remove_results
- parsers::examples::save_results