| Name | Description | Type | Package | Framework |
| AbstractConflictSet | This class provides a skeletal implementation of the ConflictSet interface to minimize the effort required to implement this interface. | Class | org.jscience.computing.ai.expertsystem.conflict | JScience |
|
| AbstractKnowledgeBase | The main class of JEOPS. | Class | org.jscience.computing.ai.expertsystem | JScience |
|
| AbstractRuleBase | A generic rule base of Jeops. | Class | org.jscience.computing.ai.expertsystem | JScience |
|
| Activation | The interface for the neural network activation function. | Interface | org.jscience.computing.ai.neurocomputing | JScience |
|
| Activation .None | No activation function. | Class | org.jscience.computing.ai.neurocomputing | JScience |
|
| Activation .Sigmoid | Sigmoid activation function. | Class | org.jscience.computing.ai.neurocomputing | JScience |
|
| Activation .Stepped | A stepped activation function. | Class | org.jscience.computing.ai.neurocomputing | JScience |
|
| Activation .Tanh | Hyperbolic tangent activation function. | Class | org.jscience.computing.ai.neurocomputing | JScience |
|
| Agent | The Agent interface is the base class to define an autonoumous (possibly reproductive and moving) element. | Interface | org.jscience.computing.ai.agents | JScience |
|
| AgentEnvironment | The Environment interface is to be used in simulations with agents. | Interface | org.jscience.computing.ai.agents | JScience |
|
| AStarMap | AStarMap is simply derived from StandardMap2D to provide further functionality to visualize the A algorithm. | Class | org.jscience.computing.ai | JScience |
|
| AStarPathfinder | implements the Navigable interface. | Class | org.jscience.computing.ai | JScience |
|
| AStarPathfinder .AStarNode | The pathfinder node. | Class | org.jscience.computing.ai | JScience |
|
| Axiom | | Class | org.jscience.computing.ai.planning | JScience |
|
| BinaryCodedGA | If you don't want to use default implementation of any method. | Class | org.jscience.computing.ai.evolutionary.geneticalgorithms | JScience |
|
| BorderTracingOp | | Class | org.jscience.computing.ai.vision | JScience |
|
| CAAgent | the CA agent is an embodied entity within the CA world. | Class | org.jscience.computing.ai.cellularautomaton | JScience |
|
| Calculate | This is the common interface for code calls in call terms. | Interface | org.jscience.computing.ai.planning | JScience |
|
| Cell | A class representing an abstract cell in a simulated space. | Class | org.jscience.computing.ai.agents | JScience |
|
| CellularAutomata | This class provides the necessary functionality for simple 2-dimensional cellular automata. | Class | org.jscience.computing.ai.cellularautomaton | JScience |
|
| CellularAutomataLayered | Expands upon the cellular automata class by adding a separate layer of automata that are independent of the world states. | Class | org.jscience.computing.ai.cellularautomaton | JScience |
|
| ClassFilterReteNode | A node in the Rete network that is activated if the object belongs to the class it represents. | Class | org.jscience.computing.ai.expertsystem.rete | JScience |
|
| CompileTimeObject | All the objects at compile time are instances of classes that are derived from this abstract class. | Class | org.jscience.computing.ai.planning | JScience |
|
| CompLess | This class handles :sort-by logical preconditions that use numerical less than as the sorting function. | Class | org.jscience.computing.ai.planning | JScience |
|
| CompMore | This class handles :sort-by logical preconditions that use numerical more than as the sorting function. | Class | org.jscience.computing.ai.planning | JScience |
|
| ConflictSet | Defines the required operations that a conflict set should implement. | Interface | org.jscience.computing.ai.expertsystem.conflict | JScience |
|
| ConflictSetElement | An element present in the conflict set. | Class | org.jscience.computing.ai.expertsystem.conflict | JScience |
|
| ConflictSetEvent | A semantic event that indicates that an element was either added to or removed from a conflict set. | Class | org.jscience.computing.ai.expertsystem | JScience |
|
| ConflictSetListener | The listener interface for receiving conflict set events. | Interface | org.jscience.computing.ai.expertsystem | JScience |
|
| ContinuousEnvironment | A class representing a simulated space in which objects have freeConstructor SummaryContinuousEnvironment() | Class | org.jscience.computing.ai.agents | JScience |
|
| Converter | Utility class for conversionsConstructor SummaryConverter() | Class | org.jscience.computing.ai.util | JScience |
|
| ConvolutionFilter | This class implements a convolution filter. | Class | org.jscience.computing.ai.vision | JScience |
|
| CubicBoundedEnvironment | A class representing a cubic environment. | Class | org.jscience.computing.ai.agents | JScience |
|
| CubicCell | A class representing a cubic cell. | Class | org.jscience.computing.ai.agents | JScience |
|
| CubicTorusEnvironment | A class representing a cubic environment whose bounds are curved ontoFields inherited from class org. | Class | org.jscience.computing.ai.agents | JScience |
|
| DataSetStatistics | This is a collection of TraitStatistics objects There is one TraitStatistics object per Trait | Class | org.jscience.computing.ai.casebasedreasoning | JScience |
|
| DefaultConflictSet | A default conflict set, whose conflict resolution policy is not specified. | Class | org.jscience.computing.ai.expertsystem.conflict | JScience |
|
| DelAddAtomic | Each atomic element in the delete/add list of an operator both at compile time and run time is represented as an instance of this class. | Class | org.jscience.computing.ai.planning | JScience |
|
| DelAddElement | Each element in the delete/add list of an operator both at compile time and run time is represented as an instance of a class derived from this | Class | org.jscience.computing.ai.planning | JScience |
|
| DelAddForAll | Each ForAll element in the delete/add list of an operator both at compile time and run time is represented as an instance of this | Class | org.jscience.computing.ai.planning | JScience |
|
| DelAddProtection | Each Protection element in the delete/add list of an operator both at compile time and run time is represented as an instance of | Class | org.jscience.computing.ai.planning | JScience |
|
| DirectedCAAgent | An extension of CAAgent that adds a directional functionality. | Class | org.jscience.computing.ai.cellularautomaton | JScience |
|
| DiscreteEnvironment | A class representing a simulated space in which objects position are constrained to a finite number of values, usually on a "grid". | Class | org.jscience.computing.ai.agents | JScience |
|
| DisplayManager | | Class | org.jscience.computing.ai.casebasedreasoning | JScience |
|
| Domain | | Class | org.jscience.computing.ai.planning | JScience |
|
| DomainElement | This abstract class implements the basic common functionality of the all possible elements (i. | Class | org.jscience.computing.ai.planning | JScience |
|
| Environment | A class representing a simulated space. | Class | org.jscience.computing.ai.agents | JScience |
|
| EqualizeFilter | This filter performs histogram equalization on their a greyscale or RGBConstructor SummaryEqualizeFilter() | Class | org.jscience.computing.ai.vision | JScience |
|
| EvaluationException | This exception is thrown if an error occurs during evaluation of a rule. | Class | org.jscience.computing.ai.fuzzylogic | JScience |
|
| EvoFeedForwardNN | This class implements an evolutionary feedforward network. | Class | org.jscience.computing.ai.neurocomputing | JScience |
|
| Evolvable | This interface allows any class to be evolvable by org. | Interface | org.jscience.computing.ai.evolutionary | JScience |
|
| FeedForwardNN | A simple implementation of a feedforward network. | Class | org.jscience.computing.ai.neurocomputing | JScience |
|
| FFNHiddenLayer | This class implements a hidden layer for a feedforward network. | Class | org.jscience.computing.ai.neurocomputing | JScience |
|
| FFNInputLayer | This class implements the input layer for the feedforward network. | Class | org.jscience.computing.ai.neurocomputing | JScience |
|
| FFNLayer | An abstract class for the feedforward layers. | Class | org.jscience.computing.ai.neurocomputing | JScience |
|
| FFNOutputLayer | This class implements the output layer for the feedforward network. | Class | org.jscience.computing.ai.neurocomputing | JScience |
|
| Filter | This class provides abstract functionality for image processing filter operations. | Class | org.jscience.computing.ai.vision | JScience |
|
| FilterCriteria | | Class | org.jscience.computing.ai.casebasedreasoning | JScience |
|
| FilterCriterion | | Class | org.jscience.computing.ai.casebasedreasoning | JScience |
|
| FilterEngine | | Class | org.jscience.computing.ai.casebasedreasoning | JScience |
|
| FilterReteNode | A discriminant node in the Rete network. | Class | org.jscience.computing.ai.expertsystem.rete | JScience |
|
| FinalReteNode | A final node in the Rete network. | Class | org.jscience.computing.ai.expertsystem.rete | JScience |
|
| FitnessFunction | | Interface | org.jscience.computing.ai.evolutionary.geneticprogramming | JScience |
|
| FlatBoundedEnvironment | A class representing a flat environment. | Class | org.jscience.computing.ai.agents | JScience |
|
| FlatTorusEnvironment | A class representing a flat environment whose bounds are curved ontoFields inherited from class org. | Class | org.jscience.computing.ai.agents | JScience |
|
| Flock | This class groups org. | Class | org.jscience.computing.ai.artificiallife | JScience |
|
| FlockingAgent | based on Mike Miller's Java code conversion for The Computational Beauty of Nature by Gary William Flake. | Class | org.jscience.computing.ai.artificiallife | JScience |
|
| Function | Abstraction for the functions in genetic programming. | Class | org.jscience.computing.ai.evolutionary.geneticprogramming | JScience |
|
| FuzzyEngine | Fuzzy engine implementation. | Class | org.jscience.computing.ai.fuzzylogic | JScience |
|
| FuzzyExpression | Abstraction for fuzzy expressions. | Class | org.jscience.computing.ai.fuzzylogic | JScience |
|
| FuzzyRule | Abstraction for fuzzy rules. | Class | org.jscience.computing.ai.fuzzylogic | JScience |
|
| GaussianFilter | ConvolutionFilter and calculates the kernel automatically from the standard deviation passed. | Class | org.jscience.computing.ai.vision | JScience |
|
| GeneticProgram | Genetic program implementation. | Class | org.jscience.computing.ai.evolutionary.geneticprogramming | JScience |
|
| Gradient | This class provides a method of creating a smooth gradient between up to 10 evenly distributed colour points. | Class | org.jscience.computing.ai.util | JScience |
|
| GreyscaleFilter | This class converts an RGB colour to a greyscale image. | Class | org.jscience.computing.ai.vision | JScience |
|
| HexagonalCell | A class representing an hexagonal flat cell. | Class | org.jscience.computing.ai.agents | JScience |
|
| Histogram | This class provides a simple way of calculating a histogram for a given image. | Class | org.jscience.computing.ai.vision | JScience |
|
| HoughTransformOp | This abstract class is for subclasses to implement different derivates of Hough Transforms. | Class | org.jscience.computing.ai.vision | JScience |
|
| ImageHelper | This utility class provides simple helper functions to aid image loading, saving and rendering within the Generation5 classes. | Class | org.jscience.computing.ai.util | JScience |
|
| ImportException | An exception thrown by the import list when an identifier can represent more than one class (ambiguity). | Class | org.jscience.computing.ai.expertsystem.compiler | JScience |
|
| ImportList | A list of import statements. | Class | org.jscience.computing.ai.expertsystem.compiler | JScience |
|
| Individual | This class combines a program and its computed fitness values. | Class | org.jscience.computing.ai.evolutionary.geneticprogramming | JScience |
|
| InfluenceMap | A class encapsulating basic influence mapping functionality. | Class | org.jscience.computing.ai | JScience |
|
| InternalAxiom | Each axiom at compile time is represented as an instance of this class. | Class | org.jscience.computing.ai.planning | JScience |
|
| InternalConflictSetEvent | A semantic event that indicates that an element was added to or removed from a conflict set. | Class | org.jscience.computing.ai.expertsystem.conflict | JScience |
|
| InternalConflictSetListener | The listener interface for receiving conflict set events. | Interface | org.jscience.computing.ai.expertsystem.conflict | JScience |
|
| InternalDomain | Each domain at compile time is represented as an instance of this class. | Class | org.jscience.computing.ai.planning | JScience |
|
| InternalElement | Each domain element (i. | Class | org.jscience.computing.ai.planning | JScience |
|
| InternalMethod | Each method at compile time is represented as an instance of this class. | Class | org.jscience.computing.ai.planning | JScience |
|
| InternalOperator | | Class | org.jscience.computing.ai.planning | JScience |
|
| InvalidFitnessValueException | Exception thrown when an invalid fitness value is tried to be used Default implementation throws this exception when the fitness value has | Class | org.jscience.computing.ai.evolutionary.geneticalgorithms | JScience |
|
| InvalidGAConfigurationException | Exception thrown when an invalid configuration of genetic algorithm is tried For example if you extend a genetic-algorithm class like BinaryCodedGa and | Class | org.jscience.computing.ai.evolutionary.geneticalgorithms | JScience |
|
| InvertFilter | This filter inverts an image. | Class | org.jscience.computing.ai.vision | JScience |
|
| Item | | Class | org.jscience.computing.ai.casebasedreasoning | JScience |
|
| ItemManager | | Class | org.jscience.computing.ai.casebasedreasoning | JScience |
|
| Items | | Class | org.jscience.computing.ai.casebasedreasoning | JScience |
|
| JavaCompiler | Auxiliar class that compiles java files into bytecodes (. | Class | org.jscience.computing.ai.expertsystem.compiler | JScience |
|
| JeopsException | An exception thrown by JEOPS. | Class | org.jscience.computing.ai.expertsystem.compiler | JScience |
|
| JoinReteNode | A node in the Rete network that has more than one input, so that objects coming from distinct parts of the network are joined together in instances | Class | org.jscience.computing.ai.expertsystem.rete | JScience |
|
| KohonenNN | This class provides a simple implementation of a two-dimensional Kohonen self- organizing map. | Class | org.jscience.computing.ai.neurocomputing | JScience |
|
| KohonenTrainer | This class implements the Kohonen training algorithm. | Class | org.jscience.computing.ai.neurocomputing | JScience |
|
| LineHoughTransformOp | This class implements a Line Hough transform. | Class | org.jscience.computing.ai.vision | JScience |
|
| LinguisticVariable | Abstraction for fuzzy linguistic variables. | Class | org.jscience.computing.ai.fuzzylogic | JScience |
|
| List | Each list, both at compile time and at run time, is an instance of this class. | Class | org.jscience.computing.ai.planning | JScience |
|
| Log | A temp class to help me centralize all my writes to stdout Doesn't need to be instantiated - just call Log. | Class | org.jscience.computing.ai.casebasedreasoning | JScience |
|
| LogicalExpression | Each logical expression at compile time is represented as a class derived from this abstract class. | Class | org.jscience.computing.ai.planning | JScience |
|
| LogicalExpressionAssignment | Each assign term in a logical expression at compile time is represented as an instance of this class. | Class | org.jscience.computing.ai.planning | JScience |
|
| LogicalExpressionAtomic | Each atomic term in a logical expression at compile time is represented as an instance of this class. | Class | org.jscience.computing.ai.planning | JScience |
|
| LogicalExpressionCall | Each call term in a logical expression at compile time is represented as an instance of this class. | Class | org.jscience.computing.ai.planning | JScience |
|
| LogicalExpressionConjunction | Each conjunction at compile time is represented as an instance of thisConstructor SummaryLogicalExpressionConjunction(java. | Class | org.jscience.computing.ai.planning | JScience |
|
| LogicalExpressionDisjunction | Each disjunction at compile time is represented as an instance of thisConstructor SummaryLogicalExpressionDisjunction(java. | Class | org.jscience.computing.ai.planning | JScience |
|
| LogicalExpressionForAll | Each ForAll logical expression at compile time is represented as an instance of this class. | Class | org.jscience.computing.ai.planning | JScience |
|
| LogicalExpressionNegation | Each negative term in a logical expression at compile time is represented as an instance of this class. | Class | org.jscience.computing.ai.planning | JScience |
|
| LogicalExpressionNil | Each empty logical expression at compile time is represented as an instance of this class. | Class | org.jscience.computing.ai.planning | JScience |
|
| LogicalPrecondition | | Class | org.jscience.computing.ai.planning | JScience |
|
| LRUConflictSet | A conflict set whose conflict resolution policy is one that the least recently fired rules have priority over the remaining ones. | Class | org.jscience.computing.ai.expertsystem.conflict | JScience |
|
| Main | Main class in the Jeops phase of converting rule files into Java When invoked, the method convert() will create a java file | Class | org.jscience.computing.ai.expertsystem.compiler | JScience |
|
| MatchingItemsManager | Now that i think about it, this class seems awfully silly. | Class | org.jscience.computing.ai.casebasedreasoning | JScience |
|
| MeanFilter | A mean filter implemented as a convolution filter. | Class | org.jscience.computing.ai.vision | JScience |
|
| MembershipFunction | Abstraction for fuzzy membership functions. | Interface | org.jscience.computing.ai.fuzzylogic | JScience |
|
| Method | | Class | org.jscience.computing.ai.planning | JScience |
|
| MobileAgent | The MobileAgent interface provides a better support for social agents. | Interface | org.jscience.computing.ai.agents | JScience |
|
| MRUConflictSet | A conflict set whose conflict resolution policy is one that the most recently fired rules have priority over the remaining ones. | Class | org.jscience.computing.ai.expertsystem.conflict | JScience |
|
| MyIterator | This class implements an iterator with data members that can keep track of where the algorithm is in terms of bindings found so far so that when | Class | org.jscience.computing.ai.planning | JScience |
|
| NaturalConflictSet | A conflict set whose conflict resolution policy specifies that no rule can be fired more than once with the same objects. | Class | org.jscience.computing.ai.expertsystem.conflict | JScience |
|
| Navigable | A simple interface to allow pathfinders like the A algorithm to navigate through the environment. | Interface | org.jscience.computing.ai | JScience |
|
| NeuralNetwork | A neural network framework class. | Class | org.jscience.computing.ai.neurocomputing | JScience |
|
| NeuralNetworkException | A simple class for neural network exceptions. | Class | org.jscience.computing.ai.neurocomputing | JScience |
|
| NeuralNetworkTrainer | This class is intended to provide a common interface for the more complicated neural network training algorithms, such as a multi-stage Kohonen training | Class | org.jscience.computing.ai.neurocomputing | JScience |
|
| NoiseFilter | | Class | org.jscience.computing.ai.vision | JScience |
|
| NoMoreElementsException | This class defines an exception that will be thrown when there aren't more rules to be fired in a conflict set. | Class | org.jscience.computing.ai.expertsystem.conflict | JScience |
|
| NoRulesFiredException | This exception is thrown if defuzzification is attempted and no rules fired. | Class | org.jscience.computing.ai.fuzzylogic | JScience |
|
| Notifier | The neural network notifier interface. | Interface | org.jscience.computing.ai.neurocomputing | JScience |
|
| NumberedPredicate | This class represents a predicate with an integer number associated with it. | Class | org.jscience.computing.ai.planning | JScience |
|
| ObjectBase | This class models the facts over which the inference engine will act. | Class | org.jscience.computing.ai.expertsystem | JScience |
|
| OneShotConflictSet | A conflict set whose conflict resolution policy specifies that no rule can be fired more than once. | Class | org.jscience.computing.ai.expertsystem.conflict | JScience |
|
| Operator | | Class | org.jscience.computing.ai.planning | JScience |
|
| Pathfinder | | Interface | org.jscience.computing.ai | JScience |
|
| Pathfinder .Node | | Interface | org.jscience.computing.ai | JScience |
|
| PerceptronNN | An implementation of a perceptron. | Class | org.jscience.computing.ai.neurocomputing | JScience |
|
| Plan | This class represent a plan as a LinkedList of ground instances of operators. | Class | org.jscience.computing.ai.planning | JScience |
|
| Planner | This class is the implementation of the Planner algorithm. | Class | org.jscience.computing.ai.planning | JScience |
|
| PlannerLexer | | Class | org.jscience.computing.ai.planning | JScience |
|
| PlannerParser | | Class | org.jscience.computing.ai.planning | JScience |
|
| PlannerTokenTypes | | Interface | org.jscience.computing.ai.planning | JScience |
|
| Precondition | This abstract class represents an iterator over all the possible bindings that can satisfy its corresponding logical expression at run time. | Class | org.jscience.computing.ai.planning | JScience |
|
| PreconditionAssign | This class represents an iterator over all the possible bindings that can satisfy an assignment logical expression at run time. | Class | org.jscience.computing.ai.planning | JScience |
|
| PreconditionAtomic | This class represents an iterator over all the possible bindings that can satisfy an atomic logical expression at run time. | Class | org.jscience.computing.ai.planning | JScience |
|
| PreconditionCall | This class represents an iterator over all the possible bindings that can satisfy a call logical expression at run time. | Class | org.jscience.computing.ai.planning | JScience |
|
| PreconditionForAll | This class represents an iterator over all the possible bindings that can satisfy a ForAll logical expression at run time. | Class | org.jscience.computing.ai.planning | JScience |
|
| PreconditionNegation | This class represents an iterator over all the possible bindings that can satisfy a negation logical expression at run time. | Class | org.jscience.computing.ai.planning | JScience |
|
| PreconditionNil | This class represents an iterator over all the possible bindings that can satisfy an empty logical expression at run time. | Class | org.jscience.computing.ai.planning | JScience |
|
| Predicate | | Class | org.jscience.computing.ai.planning | JScience |
|
| PriorityConflictSet | A conflict set whose conflict resolution policy is one that rules defined first in the rule base have a higher priority over the ones defined | Class | org.jscience.computing.ai.expertsystem.conflict | JScience |
|
| Program | Abstraction for the programs in genetic programming. | Class | org.jscience.computing.ai.evolutionary.geneticprogramming | JScience |
|
| QLearner | Q-learning algorithm implementation. | Class | org.jscience.computing.ai.reinforcement.qlearning | JScience |
|
| QTable | Q-table implementationConstructor SummaryQTable() | Class | org.jscience.computing.ai.reinforcement.qlearning | JScience |
|
| QTableEntryNotFoundException | Exception thrown when an entry not found in the q-table. | Class | org.jscience.computing.ai.reinforcement.qlearning | JScience |
|
| QueryManager | | Class | org.jscience.computing.ai.casebasedreasoning | JScience |
|
| QueryReader | | Class | org.jscience.computing.ai.casebasedreasoning | JScience |
|
| RankFilter | This class implements a simple rank filter: allowing you to select the median, minimum or maximum for any given neighbourhood size. | Class | org.jscience.computing.ai.vision | JScience |
|
| ReproductiveAgent | The ReproductiveAgent interface provides a better support for social agents. | Interface | org.jscience.computing.ai.agents | JScience |
|
| ReteNode | A node in the Rete network. | Class | org.jscience.computing.ai.expertsystem.rete | JScience |
|
| RuleEvent | A semantic event that indicates that a rule was fired. | Class | org.jscience.computing.ai.expertsystem | JScience |
|
| RuleFireListener | The listener interface for receiving rule fire events. | Interface | org.jscience.computing.ai.expertsystem | JScience |
|
| RuleParsingException | This exception is thrown if an error occurs during parsing a fuzzy rule. | Class | org.jscience.computing.ai.fuzzylogic | JScience |
|
| Scanner | Class used in the parsing of the rules file. | Class | org.jscience.computing.ai.expertsystem.compiler.parser | JScience |
|
| SimilarItems | | Class | org.jscience.computing.ai.casebasedreasoning | JScience |
|
| SimilarityCriteria | | Class | org.jscience.computing.ai.casebasedreasoning | JScience |
|
| SimilarityCriterion | | Class | org.jscience.computing.ai.casebasedreasoning | JScience |
|
| SimilarityCriterionScore | protected SimilarityCriterionScore(java. | Class | org.jscience.computing.ai.casebasedreasoning | JScience |
|
| SimilarityCriterionScores | | Class | org.jscience.computing.ai.casebasedreasoning | JScience |
|
| SimilarityDescription | | Class | org.jscience.computing.ai.casebasedreasoning | JScience |
|
| SimilarityEngine | Pass it a bunch of data and the SimilarityEngine figures out how similar each item is (%) to a specified goal | Class | org.jscience.computing.ai.casebasedreasoning | JScience |
|
| SimilarityWeights | | Class | org.jscience.computing.ai.casebasedreasoning | JScience |
|
| SobelEdgeDetectorFilter | This filter performs a simple edge detection algorithm (Sobel). | Class | org.jscience.computing.ai.vision | JScience |
|
| SolverThread | The thread that invokes Planner to solve a planning problem. | Class | org.jscience.computing.ai.planning | JScience |
|
| SquareCell | A class representing a square flat cell. | Class | org.jscience.computing.ai.agents | JScience |
|
| StandardMap2D | as Manhattan distance. | Class | org.jscience.computing.ai.util | JScience |
|
| State | This class is used to represent the current state of the world. | Class | org.jscience.computing.ai.planning | JScience |
|
| StdLib | This class bundles all the code calls that are implemented in the standard library of Planner in one class. | Class | org.jscience.computing.ai.planning | JScience |
|
| TaskAtom | Each task atom both at compile time and at run time is represented as an object of this class. | Class | org.jscience.computing.ai.planning | JScience |
|
| TaskList | | Class | org.jscience.computing.ai.planning | JScience |
|
| Term | Each term, both at compile time and at run time, is an instance of a class derived from this abstract class. | Class | org.jscience.computing.ai.planning | JScience |
|
| TermCall | | Class | org.jscience.computing.ai.planning | JScience |
|
| TermConstant | Each constant symbol, both at compile time and at run time, is an instance of this class. | Class | org.jscience.computing.ai.planning | JScience |
|
| Terminal | Abstraction for the terminals in genetic programming. | Class | org.jscience.computing.ai.evolutionary.geneticprogramming | JScience |
|
| TermList | | Class | org.jscience.computing.ai.planning | JScience |
|
| TermNumber | | Class | org.jscience.computing.ai.planning | JScience |
|
| TermVariable | Each variable symbol both at compile time and at run time, is an instance of this class. | Class | org.jscience.computing.ai.planning | JScience |
|
| ThresholdFilter | This class encapsulates a variety of thresholding algorithms. | Class | org.jscience.computing.ai.vision | JScience |
|
| Token | Class used to store the tokens read from the rules file. | Class | org.jscience.computing.ai.expertsystem.compiler.parser | JScience |
|
| TokenConstants | Interface used to define the constants used by the tokenization process of the scanning/parser of the rule files. | Interface | org.jscience.computing.ai.expertsystem.compiler.parser | JScience |
|
| Trait | protected Trait(java. | Class | org.jscience.computing.ai.casebasedreasoning | JScience |
|
| TraitDescriptor | This class is the meta data for the traits That means the trait name and data type | Class | org.jscience.computing.ai.casebasedreasoning | JScience |
|
| TraitDescriptors | | Class | org.jscience.computing.ai.casebasedreasoning | JScience |
|
| Traits | | Class | org.jscience.computing.ai.casebasedreasoning | JScience |
|
| TraitStatistics | The TraitStatistics class contains statistical info about the various values for a single, specific trait. | Class | org.jscience.computing.ai.casebasedreasoning | JScience |
|
| TraitValue | Constructor SummaryTraitValue(java. | Class | org.jscience.computing.ai.casebasedreasoning | JScience |
|
| TriangularCell | A class representing a triangular flat cell. | Class | org.jscience.computing.ai.agents | JScience |
|
| TriangularMembershipFunction | Triangular fuzzy membership function implementation. | Class | org.jscience.computing.ai.fuzzylogic | JScience |