41#ifndef INV_SOURCE_ESTIMATE_TOKEN_H
42#define INV_SOURCE_ESTIMATE_TOKEN_H
inverse library export/import macros.
Token vocabulary and structures for foundation-model tokenization of InvSourceEstimate.
Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).
InvSourceEstimate fromTokens(const std::vector< InvToken > &tokens)
Reconstruct an InvSourceEstimate from a token sequence.
std::vector< InvToken > tokenize(const InvSourceEstimate &estimate, const InvTokenizeOptions &options)
Serialise an InvSourceEstimate into a flat token sequence.
Tokenization options controlling layer inclusion and sub-sampling.