termIndex property
A counter incremented for each unique term, used to identify a terms position in the vector space.
Implementation
int termIndex = 0;
A counter incremented for each unique term, used to identify a terms position in the vector space.
int termIndex = 0;