Package adams.ml.model
Class ModelHelper
- java.lang.Object
-
- adams.ml.model.ModelHelper
-
public class ModelHelper extends Object
Helper class for models.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Constructor Summary
Constructors Constructor Description ModelHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
isCompatible(Model model, Dataset data)
Checks whether the model is compatible with the dataset.
-