Products and product taxonomies
- Source:
Methods
(static) get_common_vecs() → {Array.<string>}
Compute the intersection of sets of vectors over an array of testable entities.
You probably shouldn't call this directly - prefer module:gcapp~Gcapp.get_common_vecs
- Source:
Returns:
an array representing the set of common vectors
- Type
- Array.<string>
(static) get_vector_names() → {Array.<string>}
Fetch the vocabulary of vector names known to this version of Ground Control.
You probably shouldn't call this directly - prefer module:gcapp~Gcapp.get_vector_names
- Source:
Returns:
a list of vector names
- Type
- Array.<string>