public class ImportMatlab extends Import
Constructor and Description |
---|
ImportMatlab()
Constructor by default
|
Modifier and Type | Method and Description |
---|---|
float[] |
fillParameters(java.lang.String line,
boolean linear) |
FuzzyInferenceSystem |
importFuzzySystem(java.lang.String path)
Import a fuzzy system from another format.
|
public FuzzyInferenceSystem importFuzzySystem(java.lang.String path) throws java.io.IOException
Import
importFuzzySystem
in class Import
path
- Path of the file with the fuzzy system in another formatjava.io.IOException
public float[] fillParameters(java.lang.String line, boolean linear)