ml-matrix
    Preparing search index...

    Interface IScaleOptions

    interface IScaleOptions {
        max?: number;
        min?: number;
        scale?: number;
    }
    Index

    Properties

    Properties

    max?: number

    Maximum scaled value.

    1

    min?: number

    Minimum scaled value.

    0

    scale?: number