16 #ifndef __IPSDKIPLATTRIBUTES_INOPTKERNELKMEANSPARAMS_H__ 17 #define __IPSDKIPLATTRIBUTES_INOPTKERNELKMEANSPARAMS_H__ 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/KernelKMeansParams.h> 34 InOptKernelKMeansParams,
36 ((ipsdk::processor::isGreater<KernelKMeansParams::RBKSigmaParam>(attribute, 0)) &&
37 (ipsdk::processor::isGreater<KernelKMeansParams::RBKAccuracyThresholdParam>(attribute, 0)) &&
38 (ipsdk::processor::isGreater<KernelKMeansParams::NbAttempts>(attribute, 0)) &&
39 (ipsdk::processor::isGreater<KernelKMeansParams::NbMaxIteration>(attribute, 0)) &&
40 (ipsdk::processor::isGreaterOrEqual<KernelKMeansParams::MinChangeRatio>(attribute, 0)) &&
41 (ipsdk::processor::isLower<KernelKMeansParams::MinChangeRatio>(attribute, 1)) &&
42 (ipsdk::processor::isGreater<KernelKMeansParams::MaxDictionarySize>(attribute, 0))),
52 #endif // __IPSDKIPLATTRIBUTES_INOPTKERNELKMEANSPARAMS_H__ IPSDKIPLATTRIBUTES_API KernelKMeansParamsPtr createDefaultKernelKMeansParams(const eRadialBasisKernelParamsPolicy ¶msPolicy=eRadialBasisKernelParamsPolicy::eRBKPP_FromDataDynamic, const ipReal32 sigmaParam=0.2f, const ipReal32 accuracyThresholdParam=0.002f)
function allowing to create a default KernelKMeans parameter structure
#define IPSDK_DECLARE_INPUT_OPTIONAL_FROM_EXISTING_DATAITEM_ATTRIBUTE(libraryName, className, dataItemClassName, RuleString, defaultValue)
Definition of import/export macro for library.
structure allowing to encapsulate parameters for kernel kmeans clustering algorithm ...
Definition: KernelKMeansParams.h:66