Open
Conversation
waynextz
reviewed
Apr 7, 2026
Contributor
There was a problem hiding this comment.
the version of dev/1.3 should be 1.3.x?
Contributor
There was a problem hiding this comment.
The bat files are not in sbin/winodws folder in dev/1.3 branch.
Author
There was a problem hiding this comment.
Have restored the bat file and added cluster registration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update 3 UDFs: Percentile, Quantile and Cluster
Fix issues in Percentile and Quantile UDFs
Percentile
Quantile
Update Cluster UDF
l, and clusters those subsequences to discover local patterns or segment structure.Input series
INT32/INT64/FLOAT/DOUBLE.⌊n/l⌋windows are used, wherenis the number of valid points).Parameters
llconsecutive samples.kmethodkmeanskmeans,kshape,medoidshape(case-insensitive). Defaults to k-means if omitted.normtruetrue, each subsequence is standardized before clustering.maxiter200outputlabellabel: one cluster id per window;centroid: concatenate thekcentroid vectors in cluster order.sample_rate0.3method=medoidshape; must be in(0, 1].methoddetailsmin(2k, number of windows)clusters, then greedy selection ofkrepresentative subsequences;sample_ratecontrols how many candidates are sampled each round.Output series
Controlled by
output:output=label(default)INT32.⌊n/l⌋.output=centroidDOUBLE.k × l: for clusters 0 → k−1, emit thelcomponents of each centroid in order (concatenated).0, 1, 2, …(placeholders only, no physical time meaning).