3D Random Point Clouds

Ver. 1.0.0 (2022-12-15)

This module provides the native stream class StreamMLProStaticClouds3D. This stream provides 2000 instances with 3-dimensional random feature data placed around eight fixed center points.

class mlpro.bf.streams.streams.clouds3d_static.StreamMLProStaticClouds3D(p_logging=True)

Bases: StreamMLProBase

This demo stream provides 2000 3-dimensional instances randomly positioned around four fixed centers.

C_ID = 'StaticClouds3D'
C_NAME = 'Static Clouds 3D'
C_VERSION = '1.0.0'
C_NUM_INSTANCES = 2000
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.