dev
    Preparing search index...

    Interface SystemFormatterOptions

    interface SystemFormatterOptions {
        alpha?: number;
        globalSoftmax?: boolean;
        maxIterations?: number;
        softmaxFactor?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    alpha?: number
    globalSoftmax?: boolean

    Defaults to false.

    maxIterations?: number

    Defaults to 5.

    softmaxFactor?: number

    Defaults to Tables.SOFTMAX_FACTOR.