#include "Core/Vector/VectorTem.h"
#include "Basis/NativeTypes.h"
Include dependency graph for WeibullSim.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Vector |
Classes | |
class | Impala::Core::Vector::WeibullSimFtor< ElemT > |
Functor to compute similarity assuming vectors contain only beta and gamma. More... | |
Functions | |
Real64 | Impala::Core::Vector::WeibullSim (Real64 b1, Real64 g1, Real64 b2, Real64 g2) |
Compute weibull similarity between two beta,gamma pairs. | |
template<class ElemT> | |
Real64 | Impala::Core::Vector::WeibullSim (const VectorTem< ElemT > &v1, const VectorTem< ElemT > &v2) |
Compute similarity assuming vectors contain only beta and gamma. |