Type alias Ref2VecCentroidConfig

Ref2VecCentroidConfig: {
    method: "mean" | string;
    referenceProperties: string[];
}

The configuration for reference-based vectorization using the centroid method.

See the documentation for detailed usage.

Type declaration

  • method: "mean" | string

    The method used to calculate the centroid.

  • referenceProperties: string[]

    The properties used as reference points for vectorization.