Class ModelHelper


  • public class ModelHelper
    extends Object
    Helper class for models.
    Version:
    $Revision$
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    • Constructor Detail

      • ModelHelper

        public ModelHelper()
    • Method Detail

      • isCompatible

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