ksrulegenerator.cpp
来自「The ROSETTA C++ library is a collection 」· C++ 代码 · 共 70 行
CPP
70 行
//-------------------------------------------------------------------// Author........: Aleksander 豩rn// Date..........:// Description...:// Revisions.....://===================================================================#include <stdafx.h> // Precompiled headers.#include <copyright.h>#include <kernel/algorithms/ksrulegenerator.h>#include <kernel/structures/reducts.h>#include <kernel/structures/rules.h>#include <kernel/structures/decisiontable.h>#include <kernel/utilities/creator.h>#include <kernel/utilities/discerner.h>#include <kernel/basic/message.h>//-------------------------------------------------------------------// Methods for class KSRuleGenerator.//===================================================================//-------------------------------------------------------------------// Constructors/destructor.//===================================================================//-------------------------------------------------------------------// Method........: Constructor.// Author........: Aleksander 豩rn// Date..........:// Description...:// Comments......:// Revisions.....://===================================================================KSRuleGenerator::KSRuleGenerator() {}//-------------------------------------------------------------------// Method........:// Author........: Aleksander 豩rn// Date..........:// Description...:// Comments......:// Revisions.....://===================================================================KSRuleGenerator::~KSRuleGenerator() {}//-------------------------------------------------------------------// Methods inherited from Identifier.//===================================================================IMPLEMENTIDMETHODS(KSRuleGenerator, KSRULEGENERATOR, RuleGenerator)//-------------------------------------------------------------------// Methods inherited from Algorithm.//===================================================================//-------------------------------------------------------------------// Method........: Apply// Author........: Aleksander 豩rn// Date..........:// Description...:// Comments......:// Revisions.....: A
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?