public class InferenceEngine extends Object
Constructor and Description |
---|
InferenceEngine() |
Modifier and Type | Method and Description |
---|---|
InferenceEngine |
add(FuzzyVariable set)
Adds a new FuzzyVariable to the system
|
double |
getScore(double... crispValues)
We need a crisp value (x_i) per fuzzy variable (j) to calculate the memberships then the final score is calculated
as x_i:
(ΣiΣj weight_j*memebership_j(x_i)) / Σj weith_j where memebership_j(x_i)!=0
|
public InferenceEngine add(FuzzyVariable set)
public double getScore(double... crispValues)
Copyright © 2010–2024 The DAISY Consortium. All rights reserved.