README.md
Uses Cobweb clusterer, as implemented in Weka:
Input Json should include:
- trainUrl: a dataset URL pointing to your dataset in the Data API
Input Json may include:
- modelUrl: a model URL pointing to a file uploaded to the Data API to save the model, if not specified, model is not saved
- mode: if load mode is specified, it loads an existing Cobweb clusterer to use on the dataset
- options: specific to each clusterer, if not specified, uses default options. Please see the above documentation for different options for this algorithm.