IdFtIndex typedef

IdFtIndex = Map<String, IdFt>

Alias for Map<String, double>.

Maps the vocabulary term to IdFt.

Implementation

typedef IdFtIndex = Map<String, IdFt>;