18 #ifndef __otbSVMMarginSampler_h
19 #define __otbSVMMarginSampler_h
32 template<
class TSample,
class TModel >
60 bool resp = l2.second > l1.second;
66 typedef typename Superclass::MembershipFunctionPointerVector
78 itkSetMacro(NumberOfCandidates,
unsigned int);
79 itkGetMacro(NumberOfCandidates,
unsigned int);
91 return m_MarginSamples;
97 void PrintSelf(std::ostream& os,
itk::Indent indent)
const;
101 virtual void DoMarginSampling();
119 #ifndef OTB_MANUAL_INSTANTIATION