Member Junction
    Preparing search index...

    The summary of a SimpleMLTools.score call.

    interface SimpleMLScoreResult {
        failedCount: number;
        predictions?: SimpleMLPrediction[];
        scoredCount: number;
        skippedCount: number;
    }
    Index

    Properties

    failedCount: number

    Number of records that failed to score.

    predictions?: SimpleMLPrediction[]

    The ephemeral predictions, one per successfully scored record.

    scoredCount: number

    Number of records successfully scored.

    skippedCount: number

    Number of records skipped (no selector matched / nothing to score).