CREATE STREAM Synopsis Notes Examples CREATE STREAM Register a stream on the bottom layer topic with the same name as the stream. An exception will be thrown if the stream i...
Description Parameters Script Example Code Description Filter records in the stream operator. Parameters Name Description Type Required? Default Value clause ...
Description Parameters Script Example Script Result Description VectorEleWiseProduct multiplies each input vector by a provided “scaling” vector, using element-wise multipl...
Description Parameters Script Example Code Description Union two stream operators. The duplicated records are kept. Parameters Name Description Type Required? Defa...
Description Parameters Script Example Code Results Description Map string to index. Parameters Name Description Type Required? Default Value handleInvalid S...
Description Parameters Script Example Script Result Description StandardScaler transforms a dataset, normalizing each feature to have unit standard deviation and/or zero me...
Description Parameters Script Example Code Result Description The random forest use the bagging to prevent the overfitting. In the operator, we implement three type of de...
Description Parameters Script Example Code Result Description The random forest use the bagging to prevent the overfitting. In the operator, we implement three type of de...
Description Parameters Script Example Script Result Description Linear regression predict stream operator. this operator predict data’s regression value with linear model. ...