Calculates the lengths of the examples.
calculateExampleTextLengths(v: number[], values: LengthBasedExampleSelector): Promise<number[]>| Name | Type | Description |
|---|---|---|
v* | number[] | Array of lengths of the examples. |
values* | LengthBasedExampleSelector | Instance of LengthBasedExampleSelector. |