A B C D E F G H I J L M O P R S T U W Z

E

equals(Complex) - Method in class jjil.core.Complex
Equality test.
EquivalenceClass - Class in jjil.algorithm
EquivalenceClass implements equivalence classes using the efficient union-find algorithm whose complexity grows as the inverse Ackermann's function.
EquivalenceClass() - Constructor for class jjil.algorithm.EquivalenceClass
Create a new set
Error - Class in jjil.core
Error defines a common error-reporting mechanism for all JJIL classes.
Error(Error) - Constructor for class jjil.core.Error
Copy constructor.
Error(int, int, String, String, String) - Constructor for class jjil.core.Error
This is how Error objects are created.
Error - Class in jjil.j2se
This is the class used to create Strings from Error objects when running under J2SE.
Error(Error) - Constructor for class jjil.j2se.Error
 
Error.PACKAGE - Class in jjil.core
J2ME's Java is only 1.4 so no enums.
Error.PACKAGE() - Constructor for class jjil.core.Error.PACKAGE
 
ErrorCodes - Class in jjil.algorithm
Provides a list of error codes for use in creating Error objects.
ErrorCodes() - Constructor for class jjil.algorithm.ErrorCodes
 
ErrorCodes - Class in jjil.core
Define error codes specific to the jjil.core library.
ErrorCodes() - Constructor for class jjil.core.ErrorCodes
 
eval(Image) - Method in class jjil.algorithm.HaarClassifierCascade
Returns true iff the input image passes all the tests in the Haar cascade, i.e., is a member of the positive sample image set, so far as it can tell.
eval(Image) - Method in class jjil.algorithm.j2se.HaarClassifierCascade
Returns true iff the input image passes all the tests in the Haar cascade, i.e., is a member of the positive sample image set, so far as it can tell.
expImag(int) - Static method in class jjil.core.MathPlus
Returns the complex number e**(ix), that is,
cos x + i sin x (de Moivre's rule)

A B C D E F G H I J L M O P R S T U W Z