2D Random Point Clouds

Ver. 1.0.0 (2022-12-15)

This module provides the native stream class StreamMLProStaticClouds2D. This stream provides 1000 instances with 2-dimensional random feature data placed around four fixed center points.

class mlpro.bf.streams.streams.clouds2d_static.StreamMLProStaticClouds2D(p_logging=True)

Bases: StreamMLProBase

This demo stream provides 1000 2-dimensional instances randomly positioned around four fixed centers.

C_ID = 'StaticClouds2D'
C_NAME = 'Static Clouds 2D'
C_VERSION = '1.0.0'
C_NUM_INSTANCES = 1000
C_SCIREF_ABSTRACT = 'Demo stream provides 1000 2-dimensional instances randomly positioned around four fixed centers.'
C_BOUNDARIES = [-10, 10]
set_random_seed(p_seed=None)

Resets the internal random generator using the given seed.