Python* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Class that implements functionality of the collection of result objects of the quality metrics algorithm specialized for using with the pca algorithm. More...
Public Member Functions | |
| def | __init__ |
| def | getResult |
Public Member Functions inherited from ResultCollection | |
| def | __init__ |
| def | add |
| def | getResult |
Public Member Functions inherited from SerializableKeyValueCollection | |
| def | serializationTag |
| def | getSerializationTag |
| def | __init__ |
Public Member Functions inherited from SerializationIface | |
| def | serialize |
| def | deserialize |
| def | getSerializationTag |
Public Member Functions inherited from Base | |
| def | __init__ |
Public Member Functions inherited from KeyValueCollection | |
| def | __init__ |
| def | getKeyByIndex |
| def | getValueByIndex |
| def | getValueByIndexConst |
| def | size |
| def | clear |
| def | __getitem__ |
| def | __setitem__ |
| def __init__ | ( | self | ) |
__init__(daal.algorithms.pca.quality_metric_set.ResultCollection self) -> ResultCollection
| def getResult | ( | self, | |
| id | |||
| ) |
Returns the result of the quality metrics algorithm
| id | Identifier of the result |
For more complete information about compiler optimizations, see our Optimization Notice.