ANFIS-getters: Getters for ANFIS object

Description Usage Arguments Value Note Author(s) See Also

Description

Obtain ANFIS's slot information, according to the given function call.

Usage

 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)

Arguments

object

ANFIS class object

Value

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

Note

see full example in ANFIS-class

Author(s)

Cristobal Fresno cfresno@bdmg.com.ar, Andrea S. Llera ALlera@leloir.org.ar and Elmer A. Fernandez efernandez@bdmg.com.ar

See Also

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


anfis documentation built on May 2, 2019, 2:38 a.m.

Related to ANFIS-getters in anfis...