Class WeightingBase¶
Defined in File weight.h
Inheritance Relationships¶
Derived Type¶
public marian::DataWeighting
(Class DataWeighting)
Class Documentation¶
-
class
WeightingBase
¶ Subclassed by marian::DataWeighting
Public Functions
-
WeightingBase
()¶
-
virtual Expr
getWeights
(Ptr<ExpressionGraph> graph, Ptr<data::CorpusBatch> batch) = 0¶
-
virtual void
debugWeighting
(std::vector<float>, std::vector<float>, Ptr<data::CorpusBatch>)¶
-
virtual
~WeightingBase
()¶
-