Member Junction
    Preparing search index...

    One entry in the ordered feature schema — the inference input contract. The order of entries defines column order in the matrix; Name is the stable feature identifier and Kind describes its origin.

    interface FeatureSchemaEntry {
        Kind: FeatureKind;
        Name: string;
    }
    Index

    Properties

    Properties

    Origin/type of the feature.

    Name: string

    Stable feature/column name (e.g. tenure, city, emb_0).