Introduce feature::Accessor interface (#123)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 23 Apr 2018 23:54:24 +0000 (08:54 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 23 Apr 2018 23:54:24 +0000 (08:54 +0900)
commit40d19ba4a7f941aa8ac29ba3b5d65abe504129f1
treed18f4a06e0ef4e602b7df31d554079332ebdbe1e
parenta1dc3e7816007ec3623aa1074909ee5e0df0230f
Introduce feature::Accessor interface (#123)

This commit introduces 'nncc::core::ADT::feature::Accessor' interface
which allows users to modify the content of a feature map.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
libs/core/include/nncc/core/ADT/feature/Accessor.h [new file with mode: 0644]
libs/core/src/nncc/core/ADT/feature/Accessor.cpp [new file with mode: 0644]