Uses of Class
org.episteme.core.mathematics.logic.fuzzy.FuzzyExpression
Packages that use FuzzyExpression
-
Uses of FuzzyExpression in org.episteme.core.mathematics.logic.fuzzy
Methods in org.episteme.core.mathematics.logic.fuzzy that return FuzzyExpressionModifier and TypeMethodDescriptionFuzzyExpression<?>[]FuzzyRule.getLeftFuzzyExpressions()DOCUMENT ME!FuzzyExpression<?>[]FuzzyRule.getRightFuzzyExpressions()DOCUMENT ME! -
Uses of FuzzyExpression in org.episteme.core.mathematics.statistics.bayesian.providers
Method parameters in org.episteme.core.mathematics.statistics.bayesian.providers with type arguments of type FuzzyExpressionModifier and TypeMethodDescriptionMulticoreFuzzyProvider.bulkEvaluate(Collection<FuzzyExpression<T>> expressions, T input) Evaluates a batch of fuzzy expressions in parallel.