#include <Spn.hpp>
|
std::unique_ptr< Node > | child |
|
float | weight |
| weight of a child of a sum node
|
|
Eigen::VectorXf | centroid |
| centroid of this child according to kmeans cluster
|
|
Definition at line 107 of file Spn.hpp.
◆ ChildWithWeight()
m::Spn::Sum::ChildWithWeight::ChildWithWeight |
( |
std::unique_ptr< Node > |
child, |
|
|
float |
weight, |
|
|
Eigen::VectorXf |
centroid |
|
) |
| |
|
inline |
◆ centroid
Eigen::VectorXf m::Spn::Sum::ChildWithWeight::centroid |
centroid of this child according to kmeans cluster
Definition at line 111 of file Spn.hpp.
◆ child
std::unique_ptr<Node> m::Spn::Sum::ChildWithWeight::child |
◆ weight
float m::Spn::Sum::ChildWithWeight::weight |
weight of a child of a sum node
Definition at line 110 of file Spn.hpp.
The documentation for this struct was generated from the following file: