src.report.features_structuring_layer_report
Classes
|
- class src.report.features_structuring_layer_report.FeaturesStructuringLayerReport(QX, omegaF, omegaD, **kwargs)
- Author:
Alberto M. Esmoris Pena
Class to handle reports that represent a features structuring layer.
See
Report. See alsoFeaturesStructuringLayer.- Variables:
QX (
np.ndarray) – The structure space matrix of the features structuring kernel.omegaF (
np.ndarray) – The vector feature-wise weights.omegaD (
np.ndarray) – The vector of distance-wise weights.omegaD_name (str) – The name of the omegaD vector. It can be overriden to utilize the report for a
RBFFeatExtractLayer.
- __init__(QX, omegaF, omegaD, **kwargs)
Initialize an instance of FeaturesStructuringLayerReport.
- Parameters:
kwargs – The key-word arguments.
- to_file(path, out_prefix=None)
Write the report (point cloud, and ASCII vectors) 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.