Assign new segments to a fitted KWF clustering model
Source:R/elcf4r_kwf_clusters.R
predict.elcf4r_kwf_clusters.RdAssign new segments to a fitted KWF clustering model
Usage
# S3 method for class 'elcf4r_kwf_clusters'
predict(object, segments, ...)Arguments
- object
An
elcf4r_kwf_clustersobject returned byelcf4r_kwf_cluster_days().- segments
Matrix or data frame of new daily segments.
- ...
Unused, present for method compatibility.