Public Member Functions | |
| def | __init__ |
| inputs coded as numpy array, column vectors outputs also as numpy array, column vectors | |
| def | add_attribute_descriptor |
| def | append |
| def | num_attributes |
| def | num_examples |
Public Attributes | |
| inputs | |
| metadata | |
| outputs | |
Definition at line 6 of file dataset.py.
| def ml_lib.dataset.Dataset.__init__ | ( | self, | |
| inputs, | |||
| outputs | |||
| ) |
inputs coded as numpy array, column vectors outputs also as numpy array, column vectors
Definition at line 11 of file dataset.py.
| def ml_lib.dataset.Dataset.add_attribute_descriptor | ( | self, | |
| descriptor | |||
| ) |
Definition at line 23 of file dataset.py.
| def ml_lib.dataset.Dataset.append | ( | self, | |
| another_dataset | |||
| ) |
Definition at line 27 of file dataset.py.
| def ml_lib.dataset.Dataset.num_attributes | ( | self | ) |
Definition at line 20 of file dataset.py.
| def ml_lib.dataset.Dataset.num_examples | ( | self | ) |
Definition at line 17 of file dataset.py.
Definition at line 11 of file dataset.py.
Definition at line 11 of file dataset.py.
Definition at line 11 of file dataset.py.