install.txt

来自「包含FuzzyKMeans, FuzzyGK, FuzzyR等算法」· 文本 代码 · 共 62 行

TXT
62
字号
================================================
Fuzzy Extention for WEKA-3-4	Version 1.0
================================================

To add the algorithms included in this package to
Weka, you first need to download and install Weka.

The version we worked with is Weka-3-4.
You can download Weka from the Weka project homepage:

http://www.cs.waikato.ac.nz/~ml/weka/

After you installed weka you have two opportunities:

I. Follow this steps:

	1. Add the following JARs to your CLASSPATH:

	   /lib/colt.jar
	   /fuzzyWeka_1_0.jar

	2. Find the file 'GenericObjectEditor.props' within
  	   your local weka.jar. You can find it in the directory
  	   you allready installed weka. You need to use some
  	   unzipping tool like winrar.

	3. Edit this file as follows:

   	   Add to the list of classifiers the following line:
	
		weka.classifiers.rules.FuzzyR

   	   Add to the list of clusterers the following lines:

		weka.clusterers.fuzzyClusterer.FuzzyKMeans,\
		weka.clusterers.fuzzyClusterer.FuzzyGK

	4. Close the weka.jar and restart Weka.



OR try this QUICK INSTALL:

II. Follow this steps:

	1. After you have installed WEKA-3-4, you can replace
	   the weka.jar in your local weka directory 
	   (e.g. C:\Program Files\Weka-3-4) with the 
	   weka_fuzzy_colt.jar in this package. That means, that you
	   have to delete the weka.jar in your local weka installation 
	   and than copy the weka_fuzzy_colt.jar into the same 
	   directory and than rename it to weka.jar.

	DONE.


If the installation was successful, you can choose the
new algorithms within the explorer of weka.

=================================================

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?