ml-hclust
    Preparing search index...

    Interface AgnesOptions<T>

    interface AgnesOptions<T> {
        distanceFunction?: DistanceFunction<T>;
        isDistanceMatrix?: boolean;
        method?: AgglomerationMethod;
    }

    Type Parameters

    • T
    Index

    Properties

    distanceFunction?: DistanceFunction<T>
    isDistanceMatrix?: boolean

    Is the input already a distance matrix?

    'complete'