|
statcpp
C++17 Header-Only Statistics Library
|
Label encoding result. More...
#include <data_wrangling.hpp>
Public Attributes | |
| std::vector< std::size_t > | encoded |
| Encoded values. | |
| std::map< T, std::size_t > | mapping |
| Mapping from original values to encoded values. | |
| std::vector< T > | classes |
| List of classes. | |
Label encoding result.
| T | Data type |
Definition at line 956 of file data_wrangling.hpp.
| std::vector<T> statcpp::label_encoding_result< T >::classes |
List of classes.
Definition at line 959 of file data_wrangling.hpp.
| std::vector<std::size_t> statcpp::label_encoding_result< T >::encoded |
Encoded values.
Definition at line 957 of file data_wrangling.hpp.
| std::map<T, std::size_t> statcpp::label_encoding_result< T >::mapping |
Mapping from original values to encoded values.
Definition at line 958 of file data_wrangling.hpp.