src.report.feature_processing_layer_report
Classes
|
- class src.report.feature_processing_layer_report.FeatureProcessingLayerReport(M, Omega, **kwargs)
- Author:
Alberto M. Esmoris Pena
Class to handle reports that represent a feature processing layer.
See
Report. See alsoRBFFeatProcessingLayer.- Variables:
M (
np.ndarray) – The matrix of kernel’s centers.Omega (
np.ndarray) – The matrix of kernel sizes (think about curvatures).
- __init__(M, Omega, **kwargs)
Initialize an instance of FeatureProcessingLayerReport.
- Parameters:
kwargs – The key-word arguments.
- to_file(path, out_prefix=None)
Write the report (centers and sizes) to files.
- Parameters:
path (str) – Path to the directory where the report files must be written.
out_prefix (str) – The output prefix to expand the path (OPTIONAL).
- Returns:
Nothing, the output is written to a file.