Commit a4aeba37 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #5866 from Dikay900:patch-2

parents 8c545c05 1ba2286c
......@@ -170,6 +170,7 @@ public:
if( _outputs.fixedType() )
ptype = _outputs.type();
_outputs.create(samples.rows, nclusters, ptype);
probs = _outputs.getMat();
}
else
nsamples = std::min(nsamples, 1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment