Returns the names of the inputs used by this Clusterer, or null if this Clusterer has not had any training data added yet.
Usage | Returns |
---|---|
Clusterer.schema() | List |
Argument | Type | Details |
---|---|---|
this: clusterer | Clusterer |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!