Class DataBlob

Class Documentation

class DataBlob
Class wrapping input, outputs in a single class

Attributes:
    inputs: A ndarray of the inputs.
    outputs: A ndarray of the outputs.

Public Functions

__init__(self, inputs, outputs, domain_name=None)
inputs(self)
outputs(self)
domain_name(self)

Protected Attributes

_domain_name
_inputs
_outputs