MCPcopy Create free account
hub / github.com/HiLab-git/SimpleCRF / init

Method init

dependency/densecrf/include/Eigen/src/SparseCore/AmbiVector.h:138–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137template<typename _Scalar,typename _StorageIndex>
138void AmbiVector<_Scalar,_StorageIndex>::init(double estimatedDensity)
139{
140 if (estimatedDensity>0.1)
141 init(IsDense);
142 else
143 init(IsSparse);
144}
145
146template<typename _Scalar,typename _StorageIndex>
147void AmbiVector<_Scalar,_StorageIndex>::init(int mode)

Callers 2

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected