- BagOfWords - Class in org.ai_heuristic.model
-
This class can be used to create a bag-of-words list from a text document.
- BagOfWords() - Constructor for class org.ai_heuristic.model.BagOfWords
-
Create a new instance of BagOfWords.
- bagOfWords - Variable in class org.ai_heuristic.model.BagOfWords
-
This stores the bag of words.
- BAGOFWORDS - Static variable in class org.ai_heuristic.util.TextConst
-
Dataset related
- BagOfWordsParser - Class in org.ai_heuristic.parser
-
This can be used to parse a
BagOfWords
to or from XML.
- BagOfWordsParser() - Constructor for class org.ai_heuristic.parser.BagOfWordsParser
-
Create a new instance of BagOfWordsParser
- BAGOFWORDSTAG - Static variable in class org.ai_heuristic.util.TextConst
-
Defines a bag of words structure
- bestCluster - Variable in class org.ai_heuristic.algo.AlgorithmCompareList
-
Index position of the best or closest dataset to this one, for a list of clusters
- bestEval - Variable in class org.ai_heuristic.algo.AlgorithmCompare
-
The best resulting evaluation.
- bestIndexes - Variable in class org.ai_heuristic.algo.AlgorithmCompareList
-
Index positions of the currently best values from this dataset and the best one compared with.
- bestNeuronIndex(double[]) - Method in class org.ai_heuristic.algo.cluster.som.network.DefaultNetwork
-
Get the index of the best matching neuron for the input vector.
- bestNeuronIndex(double[]) - Method in interface org.ai_heuristic.algo.cluster.som.network.NetworkModel
-
Get the index of the best matching neuron for the input vector.
- BOOLEAN - Static variable in class org.ai_heuristic.util.AiTypeConst
-
Defines a Boolean class parameter type
- BOOLEANOBJ - Static variable in class org.ai_heuristic.util.AiTypeConst
-
Defines a Boolean object class parameter type
- BowHeuristic - Class in org.ai_heuristic.eval.text
-
This class can be used as a base class for bag-of-words analysis heuristics.
- BowHeuristic() - Constructor for class org.ai_heuristic.eval.text.BowHeuristic
-
Create a new instance of BowHeuristic.
- breadth - Variable in class org.ai_heuristic.algo.classify.Markov
-
Breadth to search to
- BREADTH - Static variable in class org.ai_heuristic.util.AiHeuristicConst
-
This defines a tree breadth or branching factor for a search
- bs - Variable in class org.ai_heuristic.algo.AlgorithmCompareTree
-
The bucket size for the tree
- BS - Static variable in class org.ai_heuristic.util.AiHeuristicConst
-
The bucket size for tree container
- BS - Static variable in class org.ai_heuristic.util.SymbolHandler
-
- BubbleSort - Class in org.ai_heuristic.algo.sort
-
Implementation of the bubble sort algorithm.
- BubbleSort() - Constructor for class org.ai_heuristic.algo.sort.BubbleSort
-
Create a new instance of BubbleSort
- bucketSize - Variable in class org.ai_heuristic.tree.KD_TreeNode
-
Tree node capacity, or the maximum number of child nodes in a parent node
- BYTE - Static variable in class org.ai_heuristic.util.AiTypeConst
-
Defines a byte class parameter type
- BYTEOBJ - Static variable in class org.ai_heuristic.util.AiTypeConst
-
Defines a Byte object class parameter type
- BYTEOBJCODE - Static variable in class org.ai_heuristic.util.AiTypeConst
-
Defines a Byte object class parameter type