Skip to content

Function: normalizeVertexLabels()

ts
function normalizeVertexLabels(vertexLabels): Uint32Array;

Defined in: src/parcellation.ts:51

Parameters

vertexLabels

| Uint32Array<ArrayBufferLike> | Int32Array<ArrayBufferLike> | number[]

Returns

Uint32Array

Released under the MIT License.