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