MCPcopy Create free account
hub / github.com/PAIR-code/lit / GroupFeaturesSizes

Interface GroupFeaturesSizes

lit_nlp/client/modules/dive_module.ts:71–74  ·  view source on GitHub ↗

* A map from the feature selected for the rows and columns to the FeatureSizes * associated with that feature. Generated/used in `this.configFacets()`.

Source from the content-addressed store, hash-verified

69 * associated with that feature. Generated/used in `this.configFacets()`.
70 */
71interface GroupFeaturesSizes {
72 columns: FeatureSizes;
73 rows: FeatureSizes;
74}
75
76/** Position in Megaplot's 2D space. */
77interface Position2D {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected