dev
    Preparing search index...

    Interface FormatterOptions

    interface FormatterOptions {
        globalSoftmax?: boolean;
        maxIterations?: number;
        softmaxFactor?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    globalSoftmax?: boolean

    Defaults to false.

    maxIterations?: number

    Defaults to 5.

    softmaxFactor?: number

    Defaults to Tables.SOFTMAX_FACTOR.