Interface HasInputFields

    • Method Detail

      • getInputFields

        List<InputField> getInputFields()

        Gets the feature fields plus the residual fields of a Model.

      • getActiveFields

        List<InputField> getActiveFields()

        Gets the "active" subset of feature fields of a Model from its MiningSchema.

      • getSupplementaryFields

        List<InputField> getSupplementaryFields()

        Gets the "supplementary" subset of feature fields of a Model from its MiningSchema.

      • getResidualFields

        List<ResidualField> getResidualFields()

        Gets the residual fields of a Model from its Output;