|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hrstc.fuzzy.FISGenerator
public class FISGenerator
Generats mfs for the functions with high mf count
Constructor Summary | |
---|---|
FISGenerator()
Creates a new instance of FISGenerator |
Method Summary | |
---|---|
java.lang.String |
generateMFs(java.lang.String filePath,
java.lang.String countStr)
Used to generate mfs for the functions with high mf count |
java.lang.String |
generateRules()
[Rules] 0 1 1 0 0 0 0 0 0 0, 1 (0.33) : 1 0 0 0 1 1 0 0 0 0 0, 1 (0.33) : 1 0 0 0 0 0 1 1 0 0 0, 1 (0.33) : 1 0 -1 -1 0 0 0 0 0 0 0, -1 (0.33) : 1 0 0 0 -1 -1 0 0 0 0 0, -1 (0.33) : 1 0 0 0 0 0 -1 -1 0 0 0, -1 (0.33) : 1 0 0 0 0 0 0 0 1 1 0, 1 (0.33) : 1 0 0 0 0 0 0 0 -1 -1 0, -1 (0.33) : 1 0 0 0 0 0 0 0 0 0 1, 1 (0.05) : 1 0 0 0 0 0 0 0 0 0 -1, -1 (0.05) : 1 |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FISGenerator()
Method Detail |
---|
public java.lang.String generateMFs(java.lang.String filePath, java.lang.String countStr) throws java.io.IOException
filePath
- - path to the file with count
- - number of times to perform substitution
[Input2]
Name='tf1'
Range=[0 1]
NumMFs=1
MF1='high':'trimf',[0 1 2]
[Input3]
Name='idf1'
Range=[0 1]
NumMFs=1
MF1='high':'trimf',[0 1 1]
---------------------------------------
[Inputjava.io.IOException
public java.lang.String generateRules()
public static void main(java.lang.String[] args) throws java.io.IOException
args
- the command line arguments
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |