Turi Create
4.0
|
This is the complete list of members for turi::sframe, including all inherited members.
add_column(std::shared_ptr< sarray< flexible_type > > sarr_ptr, const std::string &column_name=std::string("")) const | turi::sframe | |
append(const sframe &other) const | turi::sframe | |
close() | turi::sframe | virtual |
column_index(const std::string &column_name) const | turi::sframe | inline |
column_name(size_t i) const | turi::sframe | inline |
column_names() const | turi::sframe | inline |
column_type(size_t i) const | turi::sframe | inline |
column_type(const std::string &column_name) const | turi::sframe | inline |
column_types() const | turi::sframe | inline |
contains_column(const std::string &column_name) const | turi::sframe | inline |
debug_print() | turi::sframe | |
flush_write_to_segment(size_t segment) | turi::sframe | |
get_index_file() const | turi::sframe | inline |
get_index_info() const | turi::sframe | inline |
get_internal_writer() | turi::sframe | inline |
get_metadata(const std::string &key, std::string &val) const | turi::sframe | inline |
get_metadata(const std::string &key) const | turi::sframe | inline |
get_output_iterator(size_t segmentid) | turi::sframe | virtual |
get_reader() const | turi::sframe | |
get_reader(size_t num_segments) const | turi::sframe | |
get_reader(const std::vector< size_t > &segment_lengths) const | turi::sframe | |
init_from_csvs(const std::string &path, csv_line_tokenizer &tokenizer, bool use_header, bool continue_on_failure, bool store_errors, std::map< std::string, flex_type_enum > column_type_hints, std::vector< std::string > output_columns=std::vector< std::string >(), size_t row_limit=0, size_t skip_rows=0) | turi::sframe | |
is_opened_for_read() const | turi::sframe | inline |
is_opened_for_write() const | turi::sframe | inline |
iterator typedef | turi::sframe | |
load(iarchive &iarc) | turi::sframe | |
num_columns() const | turi::sframe | inline |
num_rows() const | turi::sframe | inline |
num_segments() const | turi::sframe | inlinevirtual |
open_for_read(sframe_index_file_information frame_index_info) | turi::sframe | inline |
open_for_read(const std::vector< std::shared_ptr< sarray< flexible_type > > > &new_columns, const std::vector< std::string > &column_names={}, bool fail_on_column_names=true) | turi::sframe | inline |
open_for_write(const std::vector< std::string > &column_names, const std::vector< flex_type_enum > &column_types, const std::string &frame_sidx_file="", size_t nsegments=SFRAME_DEFAULT_NUM_SEGMENTS, bool fail_on_column_names=true) | turi::sframe | inline |
operator=(const sframe &other) | turi::sframe | |
operator=(sframe &&other) | turi::sframe | |
reader_type typedef | turi::sframe | |
remove_column(size_t column_id) const | turi::sframe | |
replace_column(std::shared_ptr< sarray< flexible_type >> sarr_ptr, const std::string &column_name) const | turi::sframe | |
save(std::string index_file) const | turi::sframe | |
save(oarchive &oarc) const | turi::sframe | |
save_as_csv(std::string csv_file, csv_writer &writer) | turi::sframe | |
segment_length(size_t i) const | turi::sframe | inline |
select_column(size_t column_id) const | turi::sframe | |
select_column(const std::string &name) const | turi::sframe | |
select_columns(const std::vector< std::string > &names) const | turi::sframe | |
set_column_name(size_t column_id, const std::string &name) | turi::sframe | |
set_metadata(const std::string &key, std::string val) | turi::sframe | |
set_num_segments(size_t numseg) | turi::sframe | virtual |
sframe() | turi::sframe | inline |
sframe(const sframe &other) | turi::sframe | |
sframe(sframe &&other) | turi::sframe | inline |
sframe(std::string frame_idx_file) | turi::sframe | inlineexplicit |
sframe(sframe_index_file_information frame_index_info) | turi::sframe | inlineexplicit |
sframe(const std::vector< std::shared_ptr< sarray< flexible_type > > > &new_columns, const std::vector< std::string > &column_names={}, bool fail_on_column_names=true) | turi::sframe | inlineexplicit |
sframe(const dataframe_t &data) | turi::sframe | |
size() const | turi::sframe | inline |
swap_columns(size_t column_1, size_t column_2) const | turi::sframe | |
to_dataframe() | turi::sframe | |
try_compact() | turi::sframe | |
value_type typedef | turi::sframe |