Turi Create
4.0
|
This is the complete list of members for turi::unity_sframe, including all inherited members.
_head(size_t nrows) override | turi::unity_sframe | |
_tail(size_t nrows) override | turi::unity_sframe | |
add_column(std::shared_ptr< unity_sarray_base >data, const std::string &name) override | turi::unity_sframe | |
add_columns(std::list< std::shared_ptr< unity_sarray_base >> data_list, std::vector< std::string > name_vec) override | turi::unity_sframe | |
append(std::shared_ptr< unity_sframe_base > other) override | turi::unity_sframe | |
begin_iterator() override | turi::unity_sframe | |
clear() override | turi::unity_sframe | |
column_index(const std::string &name) override | turi::unity_sframe | |
column_name(size_t index) | turi::unity_sframe | |
column_names() override | turi::unity_sframe | |
construct_from_csvs(std::string url, std::map< std::string, flexible_type > parsing_config, std::map< std::string, flex_type_enum > column_type_hints) override | turi::unity_sframe | |
construct_from_dataframe(const dataframe_t &df) override | turi::unity_sframe | |
construct_from_sframe(const sframe &sf) | turi::unity_sframe | |
construct_from_sframe_index(std::string index_file) override | turi::unity_sframe | |
contains_column(const std::string &name) | turi::unity_sframe | |
copy() | turi::unity_sframe | |
copy_range(size_t start, size_t step, size_t end) override | turi::unity_sframe | |
drop_missing_values(const std::vector< std::string > &column_names, bool all, bool split, bool recursive) override | turi::unity_sframe | |
dtype() override | turi::unity_sframe | |
dtype(size_t column_index) | turi::unity_sframe | |
dtype(const std::string &column_name) | turi::unity_sframe | |
flat_map(const std::string &lambda, std::vector< std::string > output_column_names, std::vector< flex_type_enum > output_column_types, bool skip_undefined, uint64_t seed) override | turi::unity_sframe | |
get_planner_node() | turi::unity_sframe | |
get_underlying_sframe() | turi::unity_sframe | |
groupby_aggregate(const std::vector< std::string > &key_columns, const std::vector< std::vector< std::string >> &group_columns, const std::vector< std::string > &group_output_columns, const std::vector< std::string > &group_operations) override | turi::unity_sframe | |
groupby_aggregate(const std::vector< std::string > &key_columns, const std::vector< std::vector< std::string >> &group_columns, const std::vector< std::string > &group_output_columns, const std::vector< std::shared_ptr< group_aggregate_value >> &group_operations) | turi::unity_sframe | |
has_size() override | turi::unity_sframe | |
head(size_t nrows) override | turi::unity_sframe | |
is_materialized() override | turi::unity_sframe | |
iterator_get_next(size_t len) override | turi::unity_sframe | |
logical_filter(std::shared_ptr< unity_sarray_base > index) override | turi::unity_sframe | |
logical_filter_split(std::shared_ptr< unity_sarray_base > logical_filter_array) | turi::unity_sframe | |
materialize() override | turi::unity_sframe | |
num_columns() override | turi::unity_sframe | |
pack_columns(const std::vector< std::string > &pack_column_names, const std::vector< std::string > &dict_key_names, flex_type_enum dtype, const flexible_type &fill_na) override | turi::unity_sframe | |
query_plan_string() override | turi::unity_sframe | |
random_split(float percent, uint64_t random_seed, bool exact=false) override | turi::unity_sframe | |
remove_column(size_t i) override | turi::unity_sframe | |
sample(float percent, uint64_t random_seed, bool exact=false) override | turi::unity_sframe | |
save_as_csv(const std::string &url, std::map< std::string, flexible_type > writing_config) override | turi::unity_sframe | |
save_frame(std::string target_directory) override | turi::unity_sframe | |
save_frame_by_index_file(std::string index_file) | turi::unity_sframe | |
save_frame_reference(std::string target_directory) override | turi::unity_sframe | |
select_column(const std::string &name) override | turi::unity_sframe | |
select_column(size_t idx) | turi::unity_sframe | |
select_columns(const std::vector< std::string > &names) override | turi::unity_sframe | |
select_columns(const std::vector< size_t > &indices) | turi::unity_sframe | |
set_column_name(size_t i, std::string name) override | turi::unity_sframe | |
set_sframe(const std::shared_ptr< sframe > &sf_ptr) | turi::unity_sframe | |
shuffle() override | turi::unity_sframe | |
size() override | turi::unity_sframe | |
stack(const std::string &column_name, const std::vector< std::string > &new_column_names, const std::vector< flex_type_enum > &new_column_types, bool drop_na) override | turi::unity_sframe | |
swap_columns(size_t i, size_t j) override | turi::unity_sframe | |
tail(size_t nrows) override | turi::unity_sframe | |
transform(const std::string &lambda, flex_type_enum type, bool skip_undefined, uint64_t seed) override | turi::unity_sframe | |
transform_lambda(std::function< flexible_type(const sframe_rows::row &)> lambda, flex_type_enum type, uint64_t seed) | turi::unity_sframe | |
transform_native(const function_closure_info &lambda, flex_type_enum type, bool skip_undefined, uint64_t seed) override | turi::unity_sframe | |
unity_sframe() | turi::unity_sframe | |
~unity_sframe() | turi::unity_sframe |