Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.jscience.computing.ai Classes and Interfaces - 201 results found.
NameDescriptionTypePackageFramework
AbstractConflictSetThis class provides a skeletal implementation of the ConflictSet interface to minimize the effort required to implement this interface.Classorg.jscience.computing.ai.expertsystem.conflictJScience
AbstractKnowledgeBaseThe main class of JEOPS.Classorg.jscience.computing.ai.expertsystemJScience
AbstractRuleBaseA generic rule base of Jeops.Classorg.jscience.computing.ai.expertsystemJScience
ActivationThe interface for the neural network activation function.Interfaceorg.jscience.computing.ai.neurocomputingJScience
Activation .NoneNo activation function.Classorg.jscience.computing.ai.neurocomputingJScience
Activation .SigmoidSigmoid activation function.Classorg.jscience.computing.ai.neurocomputingJScience
Activation .SteppedA stepped activation function.Classorg.jscience.computing.ai.neurocomputingJScience
Activation .TanhHyperbolic tangent activation function.Classorg.jscience.computing.ai.neurocomputingJScience
AgentThe Agent interface is the base class to define an autonoumous (possibly reproductive and moving) element.Interfaceorg.jscience.computing.ai.agentsJScience
AgentEnvironmentThe Environment interface is to be used in simulations with agents.Interfaceorg.jscience.computing.ai.agentsJScience
AStarMapAStarMap is simply derived from StandardMap2D to provide further functionality to visualize the A algorithm.Classorg.jscience.computing.aiJScience
AStarPathfinder implements the Navigable interface.Classorg.jscience.computing.aiJScience
AStarPathfinder .AStarNodeThe pathfinder node.Classorg.jscience.computing.aiJScience
AxiomClassorg.jscience.computing.ai.planningJScience
BinaryCodedGA If you don't want to use default implementation of any method.Classorg.jscience.computing.ai.evolutionary.geneticalgorithmsJScience
BorderTracingOpClassorg.jscience.computing.ai.visionJScience
CAAgent the CA agent is an embodied entity within the CA world.Classorg.jscience.computing.ai.cellularautomatonJScience
CalculateThis is the common interface for code calls in call terms.Interfaceorg.jscience.computing.ai.planningJScience
CellA class representing an abstract cell in a simulated space.Classorg.jscience.computing.ai.agentsJScience
CellularAutomataThis class provides the necessary functionality for simple 2-dimensional cellular automata.Classorg.jscience.computing.ai.cellularautomatonJScience
CellularAutomataLayeredExpands upon the cellular automata class by adding a separate layer of automata that are independent of the world states.Classorg.jscience.computing.ai.cellularautomatonJScience
ClassFilterReteNodeA node in the Rete network that is activated if the object belongs to the class it represents.Classorg.jscience.computing.ai.expertsystem.reteJScience
CompileTimeObjectAll the objects at compile time are instances of classes that are derived from this abstract class.Classorg.jscience.computing.ai.planningJScience
CompLessThis class handles :sort-by logical preconditions that use numerical less than as the sorting function.Classorg.jscience.computing.ai.planningJScience
CompMoreThis class handles :sort-by logical preconditions that use numerical more than as the sorting function.Classorg.jscience.computing.ai.planningJScience
ConflictSetDefines the required operations that a conflict set should implement.Interfaceorg.jscience.computing.ai.expertsystem.conflictJScience
ConflictSetElementAn element present in the conflict set.Classorg.jscience.computing.ai.expertsystem.conflictJScience
ConflictSetEventA semantic event that indicates that an element was either added to or removed from a conflict set.Classorg.jscience.computing.ai.expertsystemJScience
ConflictSetListenerThe listener interface for receiving conflict set events.Interfaceorg.jscience.computing.ai.expertsystemJScience
ContinuousEnvironmentA class representing a simulated space in which objects have freeConstructor SummaryContinuousEnvironment()Classorg.jscience.computing.ai.agentsJScience
ConverterUtility class for conversionsConstructor SummaryConverter()Classorg.jscience.computing.ai.utilJScience
ConvolutionFilterThis class implements a convolution filter.Classorg.jscience.computing.ai.visionJScience
CubicBoundedEnvironmentA class representing a cubic environment.Classorg.jscience.computing.ai.agentsJScience
CubicCellA class representing a cubic cell.Classorg.jscience.computing.ai.agentsJScience
CubicTorusEnvironmentA class representing a cubic environment whose bounds are curved ontoFields inherited from class org.Classorg.jscience.computing.ai.agentsJScience
DataSetStatisticsThis is a collection of TraitStatistics objects There is one TraitStatistics object per TraitClassorg.jscience.computing.ai.casebasedreasoningJScience
DefaultConflictSetA default conflict set, whose conflict resolution policy is not specified.Classorg.jscience.computing.ai.expertsystem.conflictJScience
DelAddAtomicEach 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.Classorg.jscience.computing.ai.planningJScience
DelAddElementEach 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 thisClassorg.jscience.computing.ai.planningJScience
DelAddForAllEach ForAll element in the delete/add list of an operator both at compile time and run time is represented as an instance of thisClassorg.jscience.computing.ai.planningJScience
DelAddProtectionEach Protection element in the delete/add list of an operator both at compile time and run time is represented as an instance ofClassorg.jscience.computing.ai.planningJScience
DirectedCAAgentAn extension of CAAgent that adds a directional functionality.Classorg.jscience.computing.ai.cellularautomatonJScience
DiscreteEnvironmentA class representing a simulated space in which objects position are constrained to a finite number of values, usually on a "grid".Classorg.jscience.computing.ai.agentsJScience
DisplayManagerClassorg.jscience.computing.ai.casebasedreasoningJScience
DomainClassorg.jscience.computing.ai.planningJScience
DomainElementThis abstract class implements the basic common functionality of the all possible elements (i.Classorg.jscience.computing.ai.planningJScience
EnvironmentA class representing a simulated space.Classorg.jscience.computing.ai.agentsJScience
EqualizeFilterThis filter performs histogram equalization on their a greyscale or RGBConstructor SummaryEqualizeFilter()Classorg.jscience.computing.ai.visionJScience
EvaluationException This exception is thrown if an error occurs during evaluation of a rule.Classorg.jscience.computing.ai.fuzzylogicJScience
EvoFeedForwardNNThis class implements an evolutionary feedforward network.Classorg.jscience.computing.ai.neurocomputingJScience
EvolvableThis interface allows any class to be evolvable by org.Interfaceorg.jscience.computing.ai.evolutionaryJScience
FeedForwardNNA simple implementation of a feedforward network.Classorg.jscience.computing.ai.neurocomputingJScience
FFNHiddenLayerThis class implements a hidden layer for a feedforward network.Classorg.jscience.computing.ai.neurocomputingJScience
FFNInputLayerThis class implements the input layer for the feedforward network.Classorg.jscience.computing.ai.neurocomputingJScience
FFNLayerAn abstract class for the feedforward layers.Classorg.jscience.computing.ai.neurocomputingJScience
FFNOutputLayerThis class implements the output layer for the feedforward network.Classorg.jscience.computing.ai.neurocomputingJScience
FilterThis class provides abstract functionality for image processing filter operations.Classorg.jscience.computing.ai.visionJScience
FilterCriteriaClassorg.jscience.computing.ai.casebasedreasoningJScience
FilterCriterionClassorg.jscience.computing.ai.casebasedreasoningJScience
FilterEngineClassorg.jscience.computing.ai.casebasedreasoningJScience
FilterReteNodeA discriminant node in the Rete network.Classorg.jscience.computing.ai.expertsystem.reteJScience
FinalReteNodeA final node in the Rete network.Classorg.jscience.computing.ai.expertsystem.reteJScience
FitnessFunctionInterfaceorg.jscience.computing.ai.evolutionary.geneticprogrammingJScience
FlatBoundedEnvironmentA class representing a flat environment.Classorg.jscience.computing.ai.agentsJScience
FlatTorusEnvironmentA class representing a flat environment whose bounds are curved ontoFields inherited from class org.Classorg.jscience.computing.ai.agentsJScience
FlockThis class groups org.Classorg.jscience.computing.ai.artificiallifeJScience
FlockingAgent based on Mike Miller's Java code conversion for The Computational Beauty of Nature by Gary William Flake.Classorg.jscience.computing.ai.artificiallifeJScience
FunctionAbstraction for the functions in genetic programming.Classorg.jscience.computing.ai.evolutionary.geneticprogrammingJScience
FuzzyEngine Fuzzy engine implementation.Classorg.jscience.computing.ai.fuzzylogicJScience
FuzzyExpression Abstraction for fuzzy expressions.Classorg.jscience.computing.ai.fuzzylogicJScience
FuzzyRule Abstraction for fuzzy rules.Classorg.jscience.computing.ai.fuzzylogicJScience
GaussianFilter ConvolutionFilter and calculates the kernel automatically from the standard deviation passed.Classorg.jscience.computing.ai.visionJScience
GeneticProgramGenetic program implementation.Classorg.jscience.computing.ai.evolutionary.geneticprogrammingJScience
GradientThis class provides a method of creating a smooth gradient between up to 10 evenly distributed colour points.Classorg.jscience.computing.ai.utilJScience
GreyscaleFilterThis class converts an RGB colour to a greyscale image.Classorg.jscience.computing.ai.visionJScience
HexagonalCellA class representing an hexagonal flat cell.Classorg.jscience.computing.ai.agentsJScience
HistogramThis class provides a simple way of calculating a histogram for a given image.Classorg.jscience.computing.ai.visionJScience
HoughTransformOpThis abstract class is for subclasses to implement different derivates of Hough Transforms.Classorg.jscience.computing.ai.visionJScience
ImageHelperThis utility class provides simple helper functions to aid image loading, saving and rendering within the Generation5 classes.Classorg.jscience.computing.ai.utilJScience
ImportExceptionAn exception thrown by the import list when an identifier can represent more than one class (ambiguity).Classorg.jscience.computing.ai.expertsystem.compilerJScience
ImportListA list of import statements.Classorg.jscience.computing.ai.expertsystem.compilerJScience
Individual This class combines a program and its computed fitness values.Classorg.jscience.computing.ai.evolutionary.geneticprogrammingJScience
InfluenceMapA class encapsulating basic influence mapping functionality.Classorg.jscience.computing.aiJScience
InternalAxiomEach axiom at compile time is represented as an instance of this class.Classorg.jscience.computing.ai.planningJScience
InternalConflictSetEventA semantic event that indicates that an element was added to or removed from a conflict set.Classorg.jscience.computing.ai.expertsystem.conflictJScience
InternalConflictSetListenerThe listener interface for receiving conflict set events.Interfaceorg.jscience.computing.ai.expertsystem.conflictJScience
InternalDomainEach domain at compile time is represented as an instance of this class.Classorg.jscience.computing.ai.planningJScience
InternalElementEach domain element (i.Classorg.jscience.computing.ai.planningJScience
InternalMethodEach method at compile time is represented as an instance of this class.Classorg.jscience.computing.ai.planningJScience
InternalOperatorClassorg.jscience.computing.ai.planningJScience
InvalidFitnessValueExceptionException thrown when an invalid fitness value is tried to be used Default implementation throws this exception when the fitness value hasClassorg.jscience.computing.ai.evolutionary.geneticalgorithmsJScience
InvalidGAConfigurationExceptionException thrown when an invalid configuration of genetic algorithm is tried For example if you extend a genetic-algorithm class like BinaryCodedGa andClassorg.jscience.computing.ai.evolutionary.geneticalgorithmsJScience
InvertFilterThis filter inverts an image.Classorg.jscience.computing.ai.visionJScience
ItemClassorg.jscience.computing.ai.casebasedreasoningJScience
ItemManagerClassorg.jscience.computing.ai.casebasedreasoningJScience
ItemsClassorg.jscience.computing.ai.casebasedreasoningJScience
JavaCompilerAuxiliar class that compiles java files into bytecodes (.Classorg.jscience.computing.ai.expertsystem.compilerJScience
JeopsExceptionAn exception thrown by JEOPS.Classorg.jscience.computing.ai.expertsystem.compilerJScience
JoinReteNodeA 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 instancesClassorg.jscience.computing.ai.expertsystem.reteJScience
KohonenNNThis class provides a simple implementation of a two-dimensional Kohonen self- organizing map.Classorg.jscience.computing.ai.neurocomputingJScience
KohonenTrainerThis class implements the Kohonen training algorithm.Classorg.jscience.computing.ai.neurocomputingJScience
LineHoughTransformOpThis class implements a Line Hough transform.Classorg.jscience.computing.ai.visionJScience
LinguisticVariable Abstraction for fuzzy linguistic variables.Classorg.jscience.computing.ai.fuzzylogicJScience
ListEach list, both at compile time and at run time, is an instance of this class.Classorg.jscience.computing.ai.planningJScience
LogA temp class to help me centralize all my writes to stdout Doesn't need to be instantiated - just call Log.Classorg.jscience.computing.ai.casebasedreasoningJScience
LogicalExpressionEach logical expression at compile time is represented as a class derived from this abstract class.Classorg.jscience.computing.ai.planningJScience
LogicalExpressionAssignmentEach assign term in a logical expression at compile time is represented as an instance of this class.Classorg.jscience.computing.ai.planningJScience
LogicalExpressionAtomicEach atomic term in a logical expression at compile time is represented as an instance of this class.Classorg.jscience.computing.ai.planningJScience
LogicalExpressionCallEach call term in a logical expression at compile time is represented as an instance of this class.Classorg.jscience.computing.ai.planningJScience
LogicalExpressionConjunctionEach conjunction at compile time is represented as an instance of thisConstructor SummaryLogicalExpressionConjunction(java.Classorg.jscience.computing.ai.planningJScience
LogicalExpressionDisjunctionEach disjunction at compile time is represented as an instance of thisConstructor SummaryLogicalExpressionDisjunction(java.Classorg.jscience.computing.ai.planningJScience
LogicalExpressionForAllEach ForAll logical expression at compile time is represented as an instance of this class.Classorg.jscience.computing.ai.planningJScience
LogicalExpressionNegationEach negative term in a logical expression at compile time is represented as an instance of this class.Classorg.jscience.computing.ai.planningJScience
LogicalExpressionNilEach empty logical expression at compile time is represented as an instance of this class.Classorg.jscience.computing.ai.planningJScience
LogicalPreconditionClassorg.jscience.computing.ai.planningJScience
LRUConflictSetA conflict set whose conflict resolution policy is one that the least recently fired rules have priority over the remaining ones.Classorg.jscience.computing.ai.expertsystem.conflictJScience
MainMain class in the Jeops phase of converting rule files into Java When invoked, the method convert() will create a java fileClassorg.jscience.computing.ai.expertsystem.compilerJScience
MatchingItemsManagerNow that i think about it, this class seems awfully silly.Classorg.jscience.computing.ai.casebasedreasoningJScience
MeanFilterA mean filter implemented as a convolution filter.Classorg.jscience.computing.ai.visionJScience
MembershipFunction Abstraction for fuzzy membership functions.Interfaceorg.jscience.computing.ai.fuzzylogicJScience
MethodClassorg.jscience.computing.ai.planningJScience
MobileAgentThe MobileAgent interface provides a better support for social agents.Interfaceorg.jscience.computing.ai.agentsJScience
MRUConflictSetA conflict set whose conflict resolution policy is one that the most recently fired rules have priority over the remaining ones.Classorg.jscience.computing.ai.expertsystem.conflictJScience
MyIteratorThis 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 whenClassorg.jscience.computing.ai.planningJScience
NaturalConflictSetA conflict set whose conflict resolution policy specifies that no rule can be fired more than once with the same objects.Classorg.jscience.computing.ai.expertsystem.conflictJScience
NavigableA simple interface to allow pathfinders like the A algorithm to navigate through the environment.Interfaceorg.jscience.computing.aiJScience
NeuralNetworkA neural network framework class.Classorg.jscience.computing.ai.neurocomputingJScience
NeuralNetworkExceptionA simple class for neural network exceptions.Classorg.jscience.computing.ai.neurocomputingJScience
NeuralNetworkTrainerThis class is intended to provide a common interface for the more complicated neural network training algorithms, such as a multi-stage Kohonen trainingClassorg.jscience.computing.ai.neurocomputingJScience
NoiseFilterClassorg.jscience.computing.ai.visionJScience
NoMoreElementsExceptionThis class defines an exception that will be thrown when there aren't more rules to be fired in a conflict set.Classorg.jscience.computing.ai.expertsystem.conflictJScience
NoRulesFiredException This exception is thrown if defuzzification is attempted and no rules fired.Classorg.jscience.computing.ai.fuzzylogicJScience
NotifierThe neural network notifier interface.Interfaceorg.jscience.computing.ai.neurocomputingJScience
NumberedPredicateThis class represents a predicate with an integer number associated with it.Classorg.jscience.computing.ai.planningJScience
ObjectBaseThis class models the facts over which the inference engine will act.Classorg.jscience.computing.ai.expertsystemJScience
OneShotConflictSetA conflict set whose conflict resolution policy specifies that no rule can be fired more than once.Classorg.jscience.computing.ai.expertsystem.conflictJScience
OperatorClassorg.jscience.computing.ai.planningJScience
PathfinderInterfaceorg.jscience.computing.aiJScience
Pathfinder .NodeInterfaceorg.jscience.computing.aiJScience
PerceptronNNAn implementation of a perceptron.Classorg.jscience.computing.ai.neurocomputingJScience
PlanThis class represent a plan as a LinkedList of ground instances of operators.Classorg.jscience.computing.ai.planningJScience
PlannerThis class is the implementation of the Planner algorithm.Classorg.jscience.computing.ai.planningJScience
PlannerLexerClassorg.jscience.computing.ai.planningJScience
PlannerParserClassorg.jscience.computing.ai.planningJScience
PlannerTokenTypesInterfaceorg.jscience.computing.ai.planningJScience
PreconditionThis abstract class represents an iterator over all the possible bindings that can satisfy its corresponding logical expression at run time.Classorg.jscience.computing.ai.planningJScience
PreconditionAssignThis class represents an iterator over all the possible bindings that can satisfy an assignment logical expression at run time.Classorg.jscience.computing.ai.planningJScience
PreconditionAtomicThis class represents an iterator over all the possible bindings that can satisfy an atomic logical expression at run time.Classorg.jscience.computing.ai.planningJScience
PreconditionCallThis class represents an iterator over all the possible bindings that can satisfy a call logical expression at run time.Classorg.jscience.computing.ai.planningJScience
PreconditionForAllThis class represents an iterator over all the possible bindings that can satisfy a ForAll logical expression at run time.Classorg.jscience.computing.ai.planningJScience
PreconditionNegationThis class represents an iterator over all the possible bindings that can satisfy a negation logical expression at run time.Classorg.jscience.computing.ai.planningJScience
PreconditionNilThis class represents an iterator over all the possible bindings that can satisfy an empty logical expression at run time.Classorg.jscience.computing.ai.planningJScience
PredicateClassorg.jscience.computing.ai.planningJScience
PriorityConflictSetA conflict set whose conflict resolution policy is one that rules defined first in the rule base have a higher priority over the ones definedClassorg.jscience.computing.ai.expertsystem.conflictJScience
ProgramAbstraction for the programs in genetic programming.Classorg.jscience.computing.ai.evolutionary.geneticprogrammingJScience
QLearnerQ-learning algorithm implementation.Classorg.jscience.computing.ai.reinforcement.qlearningJScience
QTableQ-table implementationConstructor SummaryQTable()Classorg.jscience.computing.ai.reinforcement.qlearningJScience
QTableEntryNotFoundExceptionException thrown when an entry not found in the q-table.Classorg.jscience.computing.ai.reinforcement.qlearningJScience
QueryManagerClassorg.jscience.computing.ai.casebasedreasoningJScience
QueryReaderClassorg.jscience.computing.ai.casebasedreasoningJScience
RankFilterThis class implements a simple rank filter: allowing you to select the median, minimum or maximum for any given neighbourhood size.Classorg.jscience.computing.ai.visionJScience
ReproductiveAgentThe ReproductiveAgent interface provides a better support for social agents.Interfaceorg.jscience.computing.ai.agentsJScience
ReteNodeA node in the Rete network.Classorg.jscience.computing.ai.expertsystem.reteJScience
RuleEventA semantic event that indicates that a rule was fired.Classorg.jscience.computing.ai.expertsystemJScience
RuleFireListenerThe listener interface for receiving rule fire events.Interfaceorg.jscience.computing.ai.expertsystemJScience
RuleParsingException This exception is thrown if an error occurs during parsing a fuzzy rule.Classorg.jscience.computing.ai.fuzzylogicJScience
ScannerClass used in the parsing of the rules file.Classorg.jscience.computing.ai.expertsystem.compiler.parserJScience
SimilarItemsClassorg.jscience.computing.ai.casebasedreasoningJScience
SimilarityCriteriaClassorg.jscience.computing.ai.casebasedreasoningJScience
SimilarityCriterionClassorg.jscience.computing.ai.casebasedreasoningJScience
SimilarityCriterionScoreprotected SimilarityCriterionScore(java.Classorg.jscience.computing.ai.casebasedreasoningJScience
SimilarityCriterionScoresClassorg.jscience.computing.ai.casebasedreasoningJScience
SimilarityDescriptionClassorg.jscience.computing.ai.casebasedreasoningJScience
SimilarityEnginePass it a bunch of data and the SimilarityEngine figures out how similar each item is (%) to a specified goalClassorg.jscience.computing.ai.casebasedreasoningJScience
SimilarityWeightsClassorg.jscience.computing.ai.casebasedreasoningJScience
SobelEdgeDetectorFilterThis filter performs a simple edge detection algorithm (Sobel).Classorg.jscience.computing.ai.visionJScience
SolverThreadThe thread that invokes Planner to solve a planning problem.Classorg.jscience.computing.ai.planningJScience
SquareCellA class representing a square flat cell.Classorg.jscience.computing.ai.agentsJScience
StandardMap2D as Manhattan distance.Classorg.jscience.computing.ai.utilJScience
StateThis class is used to represent the current state of the world.Classorg.jscience.computing.ai.planningJScience
StdLibThis class bundles all the code calls that are implemented in the standard library of Planner in one class.Classorg.jscience.computing.ai.planningJScience
TaskAtomEach task atom both at compile time and at run time is represented as an object of this class.Classorg.jscience.computing.ai.planningJScience
TaskListClassorg.jscience.computing.ai.planningJScience
TermEach term, both at compile time and at run time, is an instance of a class derived from this abstract class.Classorg.jscience.computing.ai.planningJScience
TermCallClassorg.jscience.computing.ai.planningJScience
TermConstantEach constant symbol, both at compile time and at run time, is an instance of this class.Classorg.jscience.computing.ai.planningJScience
TerminalAbstraction for the terminals in genetic programming.Classorg.jscience.computing.ai.evolutionary.geneticprogrammingJScience
TermListClassorg.jscience.computing.ai.planningJScience
TermNumberClassorg.jscience.computing.ai.planningJScience
TermVariableEach variable symbol both at compile time and at run time, is an instance of this class.Classorg.jscience.computing.ai.planningJScience
ThresholdFilterThis class encapsulates a variety of thresholding algorithms.Classorg.jscience.computing.ai.visionJScience
TokenClass used to store the tokens read from the rules file.Classorg.jscience.computing.ai.expertsystem.compiler.parserJScience
TokenConstantsInterface used to define the constants used by the tokenization process of the scanning/parser of the rule files.Interfaceorg.jscience.computing.ai.expertsystem.compiler.parserJScience
Traitprotected Trait(java.Classorg.jscience.computing.ai.casebasedreasoningJScience
TraitDescriptorThis class is the meta data for the traits That means the trait name and data typeClassorg.jscience.computing.ai.casebasedreasoningJScience
TraitDescriptorsClassorg.jscience.computing.ai.casebasedreasoningJScience
TraitsClassorg.jscience.computing.ai.casebasedreasoningJScience
TraitStatisticsThe TraitStatistics class contains statistical info about the various values for a single, specific trait.Classorg.jscience.computing.ai.casebasedreasoningJScience
TraitValueConstructor SummaryTraitValue(java.Classorg.jscience.computing.ai.casebasedreasoningJScience
TriangularCellA class representing a triangular flat cell.Classorg.jscience.computing.ai.agentsJScience
TriangularMembershipFunction Triangular fuzzy membership function implementation.Classorg.jscience.computing.ai.fuzzylogicJScience