time-series-machine-learning/tsml-java

TSCapabilities

Opened this issue · 2 comments

Current Capabilities to Implement
equal length
unequal length
univariate
multivariate
missing
no missing
minLength

would it be possible to roll the ESTIMATE_OWN _PERFORMANCE capability into this?

Yep that could go in too.

Although, is that a capability of the data? I was under the impression that Capabilities were what types of data classsifiers could handle.

Not neceessarily what capabilities a classifier has. Although I think we could have a separate
EstimatorCapabilities:
ESTIMATE_OWN _PERFORMANCE
CONTRACTABLE
CHECKPOINTABLE

Could change there names to DataCapabilities & EstimatorCapabilities