Interface Model

    • Method Detail

      • getDatasetInfo

        DatasetInfo getDatasetInfo()
        Returns information about the dataset used for building the model.
        Returns:
        the information
      • getModelDescription

        String getModelDescription()
        Gets a short string description of the model.
        Returns:
        the description, null if none available
      • isCompatible

        String isCompatible​(Dataset data)
        Checks whether the dataset is compatible with the model.
        Parameters:
        data - the dataset to check
        Returns:
        null if compatible, otherwise error message why not