OpenANN
1.1.0
An open source library for artificial neural networks.
|
Public Member Functions | |
def | __init__ |
def | __dealloc__ |
def | fit |
def | transform |
Public Attributes | |
thisptr | |
Compress data by multiplication with a matrix.
def preprocessing.Compressor.__init__ | ( | self, | |
input_dim, | |||
output_dim, | |||
matrix_type | |||
) |
def preprocessing.Compressor.__dealloc__ | ( | self) |
def preprocessing.Compressor.fit | ( | self, | |
X | |||
) |
def preprocessing.Compressor.transform | ( | self, | |
X | |||
) |
preprocessing.Compressor.thisptr |