|
icub-client
|
Go to the source code of this file.
Classes | |
| class | SAM.SAM_Core.SAMCore.LFM |
| SAM based on Latent Feature Models. More... | |
Namespaces | |
| SAM.SAM_Core.SAMCore | |
Functions | |
| def | SAM.SAM_Core.SAMCore.save_model (mm, fileName='m_serialized.txt') |
| Save serialised model. More... | |
| def | SAM.SAM_Core.SAMCore.load_model (fileName='m_serialized.txt') |
| Load serialised model. More... | |
| def | SAM.SAM_Core.SAMCore.save_pruned_model (mm, fileName='m_pruned', economy=False, extraDict=dict()) |
| Save a pruned model. More... | |
| def | SAM.SAM_Core.SAMCore.load_pruned_model (fileName='m_pruned', economy=False, m=None) |
| Load a pruned model. More... | |
| def | SAM.SAM_Core.SAMCore.most_significant_input_dimensions (model) |
| Determine the most descriptive output dimensions. More... | |
1.8.13