Skip to content
Snippets Groups Projects
Commit 9102a26b authored by Cédric Traizet's avatar Cédric Traizet
Browse files

BUG: missing test on OTB_USE_SHARK variable

parent e64682c7
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,10 @@
namespace otb
{
#ifdef OTB_USE_SHARK
template <class TInputValue, class TTargetValue>
using LogAutoencoderModelFactory = AutoencoderModelFactory<TInputValue, TTargetValue, shark::LogisticNeuron> ;
#endif
template <class TInputValue, class TTargetValue>
using SOM2DModelFactory = SOMModelFactory<TInputValue, TTargetValue, 2> ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment