Home
last modified time | relevance | path

Searched refs:ProportionVectorType (Results 1 – 2 of 2) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Statistics/include/
H A DitkExpectationMaximizationMixtureModelEstimator.h102 using ProportionVectorType = Array< double >; variable
112 void SetInitialProportions(ProportionVectorType & propotion);
114 const ProportionVectorType & GetInitialProportions() const;
117 const ProportionVectorType & GetProportions() const;
120 using MembershipFunctionsWeightsArrayObjectType = SimpleDataObjectDecorator<ProportionVectorType>;
188 ProportionVectorType m_InitialProportions;
189 ProportionVectorType m_Proportions;
H A DitkExpectationMaximizationMixtureModelEstimator.hxx84 ::SetInitialProportions(ProportionVectorType & proportions) in SetInitialProportions()
90 const typename ExpectationMaximizationMixtureModelEstimator< TSample >::ProportionVectorType &
98 const typename ExpectationMaximizationMixtureModelEstimator< TSample >::ProportionVectorType &
437 ProportionVectorType & membershipFunctionsWeightVector = in GetMembershipFunctionsWeightsArray()