Last chance! 50% off unlimited learning
Sale ends in
DSD_ScaleStream(dsd, center=TRUE, scale=TRUE, n=1000, reset=FALSE)
DSD
that will be scaled.scale
).n
points for scaling.DSD_ScaleStream
(subclass of DSD_R
,
DSD
).scale_stream()
estimates the values for centering and scaling
(see scale
in n
points from the
stream.DSD
,
reset_stream
,
scale
in stream <- DSD_Gaussians(k=3, d=3)
plot(stream)
# scale stream using 100 points
stream_scaled <- DSD_ScaleStream(stream, n=100)
plot(stream_scaled)
Run the code above in your browser using DataLab