- abs(String, Object) - Method in class org.ai_heuristic.eval.MathString
-
Get the absolute value of the value passed in.
- abs(String, Object) - Static method in class org.ai_heuristic.functs.MathStat
-
Get the absolute value of the value passed in.
- ACTIVATION - Static variable in class org.ai_heuristic.util.AiHeuristicConst
-
- activationFunction - Variable in class org.ai_heuristic.algo.cluster.som.network.DefaultNeuron
-
Activation function
- activationFunctions() - Static method in class org.ai_heuristic.util.AiHeuristicConst
-
Get a list of the default activation functions.
- add(String, T, T) - Method in interface org.ai_heuristic.def.EvaluateMathDef
-
Add the two objects together and return.
- add(String, Object, Object) - Method in class org.ai_heuristic.eval.MathBOW
-
Add the two objects together and return.
- add(BagOfWords, BagOfWords) - Method in class org.ai_heuristic.eval.MathBOW
-
Add the two bag-of-words together.
- add(String, Object, Object) - Method in class org.ai_heuristic.eval.MathString
-
Add the two objects together and return.
- add(String, String) - Method in class org.ai_heuristic.eval.MathString
-
Add the two String values together by concatenating them.
- add(String, T, T) - Method in class org.ai_heuristic.eval.SimpleMathCompare
-
Add the two objects together and return.
- add(Integer, Integer) - Method in class org.ai_heuristic.eval.SimpleMathCompare
-
Add the two integer values together.
- add(Character, Character) - Method in class org.ai_heuristic.eval.SimpleMathCompare
-
Add the two char values together.
- add(Long, Long) - Method in class org.ai_heuristic.eval.SimpleMathCompare
-
Add the two long values together.
- add(Float, Float) - Method in class org.ai_heuristic.eval.SimpleMathCompare
-
Add the two float values together.
- add(Double, Double) - Method in class org.ai_heuristic.eval.SimpleMathCompare
-
Add the two double values together.
- add(BagOfWords, BagOfWords) - Method in class org.ai_heuristic.eval.SimpleMathCompare
-
Add the two bag-of-words together.
- add(KD_TreeNode) - Method in class org.ai_heuristic.tree.KD_Tree
-
Add the node to the tree.
- ADD - Static variable in class org.ai_heuristic.util.AiHeuristicConst
-
This defines the addition operator
- addChildNode(TreeNode) - Method in class org.ai_heuristic.tree.TreeNode
-
Add a child node to this node.
- addChildNode(TreeNode, int) - Method in class org.ai_heuristic.tree.TreeNode
-
Add a child node to this node.
- addToTree(KD_TreeNode, KD_TreeNode, int) - Method in class org.ai_heuristic.tree.KD_TreeNode
-
Add the node to the tree.
- ADJECTIVE - Static variable in class org.ai_heuristic.util.TextConst
-
- ADVERB - Static variable in class org.ai_heuristic.util.TextConst
-
- AiHeuristicConst - Class in org.ai_heuristic.util
-
This class stores some constant values relating to the different types of heuristic
or algorithm that are available.
- AiHeuristicConst() - Constructor for class org.ai_heuristic.util.AiHeuristicConst
-
- AiTypeConst - Class in org.ai_heuristic.util
-
Constant values relating to data types and objects.
- AiTypeConst() - Constructor for class org.ai_heuristic.util.AiTypeConst
-
- AlgorithmCompare - Class in org.ai_heuristic.algo
-
Base class for algorithms that perform a direct comparison between own (dataset) dataset
and a set of input datasets.
- AlgorithmCompare() - Constructor for class org.ai_heuristic.algo.AlgorithmCompare
-
Create a new instance of AlgorithmCompare.
- AlgorithmCompare(String) - Constructor for class org.ai_heuristic.algo.AlgorithmCompare
-
Create a new instance of AlgorithmCompare.
- AlgorithmCompare(String, HashMap<String, ?>) - Constructor for class org.ai_heuristic.algo.AlgorithmCompare
-
Create a new instance of AlgorithmCompare.
- AlgorithmCompare(String, HashMap<String, ?>, FunctionMetric) - Constructor for class org.ai_heuristic.algo.AlgorithmCompare
-
Create a new empty instance of AlgorithmCompare.
- AlgorithmCompareList - Class in org.ai_heuristic.algo
-
Base class for algorithms that perform a direct comparison between own dataset and a set
of input datasets.
- AlgorithmCompareList() - Constructor for class org.ai_heuristic.algo.AlgorithmCompareList
-
Create a new instance of AlgorithmCompareList.
- AlgorithmCompareList(String) - Constructor for class org.ai_heuristic.algo.AlgorithmCompareList
-
Create a new instance of AlgorithmCompareList.
- AlgorithmCompareList(String, HashMap<String, ?>) - Constructor for class org.ai_heuristic.algo.AlgorithmCompareList
-
Create a new instance of AlgorithmCompareList.
- AlgorithmCompareList(String, HashMap<String, ?>, FunctionMetric) - Constructor for class org.ai_heuristic.algo.AlgorithmCompareList
-
Create a new empty instance of AlgorithmCompareList.
- AlgorithmCompareTree - Class in org.ai_heuristic.algo
-
Base class for algorithms that perform a direct comparison between own (dataset) dataset
and a set of input datasets.
- AlgorithmCompareTree() - Constructor for class org.ai_heuristic.algo.AlgorithmCompareTree
-
Create a new instance of AlgorithmCompareTree.
- AlgorithmCompareTree(String) - Constructor for class org.ai_heuristic.algo.AlgorithmCompareTree
-
Create a new instance of AlgorithmCompareTree.
- AlgorithmCompareTree(String, HashMap<String, ?>) - Constructor for class org.ai_heuristic.algo.AlgorithmCompareTree
-
Create a new instance of AlgorithmCompareTree.
- AlgorithmCompareTree(String, HashMap<String, ?>, FunctionMetric, EvaluateMathDef) - Constructor for class org.ai_heuristic.algo.AlgorithmCompareTree
-
Create a new empty instance of AlgorithmCompareTree.
- AlgorithmLearn - Class in org.ai_heuristic.algo
-
Base class for algorithms that required a supervised or unsupervised learning phase,
before being able to classify or categorise other datasets.
- AlgorithmLearn() - Constructor for class org.ai_heuristic.algo.AlgorithmLearn
-
Create a new instance of AlgorithmLearn.
- AlgorithmLearn(String) - Constructor for class org.ai_heuristic.algo.AlgorithmLearn
-
Create a new instance of AlgorithmLearn.
- AlgorithmLearn(FunctionLearn) - Constructor for class org.ai_heuristic.algo.AlgorithmLearn
-
Create a new instance of AlgorithmLearn.
- AlgorithmLearn(String, FunctionLearn) - Constructor for class org.ai_heuristic.algo.AlgorithmLearn
-
Create a new instance of AlgorithmLearn.
- ALLMETRICS - Static variable in class org.ai_heuristic.util.AiHeuristicConst
-
- AND - Static variable in class org.ai_heuristic.util.TextConst
-
Defines and combination
- ANYLETTER - Static variable in class org.ai_heuristic.util.SymbolHandler
-
- ANYNUMBER - Static variable in class org.ai_heuristic.util.SymbolHandler
-
- ANYSYMBOL - Static variable in class org.ai_heuristic.util.SymbolHandler
-
- ARRAY - Static variable in class org.ai_heuristic.util.AiTypeConst
-
Defines an Array class parameter type
- ARRAYLIST - Static variable in class org.ai_heuristic.util.AiTypeConst
-
Defines a ArrayList class parameter type