MCPcopy Create free account
hub / github.com/dmlc/xgboost / Segment

Method Segment

tests/cpp/encoder/df_mock.h:100–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 auto View() const { return enc::HostColumnsView{Span{columns_v_}, segments_, segments_.back()}; }
99
100 auto Segment() const { return Span{segments_}; }
101 auto MappingView() { return Span{mapping_}; }
102 auto const& Mapping() { return mapping_; }
103};

Callers 1

TestOrdinalEncoderStrsFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestOrdinalEncoderStrsFunction · 0.64