Member Junction
    Preparing search index...

    A single prediction returned from SimpleMLTools.score (ephemeral — not written back).

    interface SimpleMLPrediction {
        class?: string;
        recordId?: string;
        score: number;
    }
    Index

    Properties

    class?: string

    Predicted class label (classification only).

    recordId?: string

    The scored record's primary-key value, when known.

    score: number

    Numeric model output (probability for classification, value for regression).