Description Usage Arguments Value Note Author(s) See Also
Obtain ANFIS's slot information, according to the given function call.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | getRules(object)
## S4 method for signature 'ANFIS'
getRules(object)
getPremises(object)
## S4 method for signature 'ANFIS'
getPremises(object)
getConsequents(object)
## S4 method for signature 'ANFIS'
getConsequents(object)
getErrors(object)
## S4 method for signature 'ANFIS'
getErrors(object)
getTrainingType(object)
## S4 method for signature 'ANFIS'
getTrainingType(object)
|
object |
ANFIS class object |
according to the call one of the following objects can be returned
matrix |
numeric matrix with rules or consequents |
list |
list with MembershipFunctions or premises and consequents |
character |
name of the trainingType |
numeric |
numeric vector with trainnig errors, fitted training values and residuals |
see full example in ANFIS-class
Cristobal Fresno cfresno@bdmg.com.ar, Andrea S. Llera ALlera@leloir.org.ar and Elmer A. Fernandez efernandez@bdmg.com.ar
Other ANFIS: ANFIS-class; LSE,
LSE, LSE,ANFIS-method,
LSE-methods,
trainHybridJangOffLine,
trainHybridJangOffLine,
trainHybridJangOffLine,ANFIS-method,
trainHybridJangOffLine-methods,
trainHybridJangOnLine,
trainHybridJangOnLine,
trainHybridJangOnLine,ANFIS-method,
trainHybridJangOnLine-methods,
trainHybridOffLine,
trainHybridOffLine,
trainHybridOffLine,ANFIS-method,
trainHybridOffLine-methods;
anfis3; coef,
coef,ANFIS-method,
coefficients,
coefficients,ANFIS-method,
fitted, fitted,ANFIS-method,
fitted.values,
fitted.values,ANFIS-method,
resid, resid,ANFIS-method,
residuals,
residuals,ANFIS-method,
summary,
summary,ANFIS-method;
initialize,
initialize,ANFIS-method;
plotMF, plotMF,
plotMF,ANFIS-method,
plotMF-methods, plotMFs,
plotMFs,
plotMFs,ANFIS-method,
plotMFs-methods; plot,
plot,ANFIS-method; predict,
predict,ANFIS-method; print,
print,ANFIS-method, show,
show,ANFIS-method; trainSet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.