public class EntropyFunction extends Object implements SimpleRealValuedFunction
| Constructor and Description |
|---|
EntropyFunction() |
| Modifier and Type | Method and Description |
|---|---|
Double |
eval(Vector<Double> x)
Evaluates the function for the given element.
|
Term |
getTerm(Vector<Term> element) |
public Double eval(Vector<Double> x)
SimpleFunctioneval in interface SimpleFunction<Vector<Double>,Double>x - some elementpublic Term getTerm(Vector<Term> element)
getTerm in interface SimpleRealValuedFunctionCopyright © 2018. All rights reserved.