- name - Variable in class org.ai_heuristic.model.BagOfWords
-
Unique name or ID
- name - Variable in class org.ai_heuristic.tree.TreeNode
-
A unique name or ID for the node
- NAME - Static variable in class org.ai_heuristic.util.AiHeuristicConst
-
Defines a name field
- NE - Static variable in class org.ai_heuristic.util.AiHeuristicConst
-
This defines the not equal to comparison
- NearestNeighbour - Class in org.ai_heuristic.algo.cluster
-
This implement a version of the nearest neighbour algorithm that searches over a
balanced
KD_Tree
tree.
- NearestNeighbour(FunctionMetric, EvaluateMathDef) - Constructor for class org.ai_heuristic.algo.cluster.NearestNeighbour
-
Create a new empty instance of NearestNeighbour.
- NearestNeighbour(String, HashMap<String, ?>) - Constructor for class org.ai_heuristic.algo.cluster.NearestNeighbour
-
Create a new instance of NearestNeighbour.
- neighbourhoodFunction - Variable in class org.ai_heuristic.algo.cluster.som.kohonen.WTMLearningFunction
-
Reference to neighbourhood function model
- NeighbourhoodFunctionModel - Interface in org.ai_heuristic.algo.cluster.som.neighbourhood
-
Updated version of the source code for the kohonen self-organising map at http://jknnl.sourceforge.net/
Some classes or packages may have been moved or changed.
- networkModel - Variable in class org.ai_heuristic.algo.cluster.som.kohonen.WTALearningFunction
-
Reference to network model
- networkModel - Variable in class org.ai_heuristic.algo.cluster.som.kohonen.WTMLearningFunction
-
Reference to network model
- NetworkModel - Interface in org.ai_heuristic.algo.cluster.som.network
-
Updated version of the source code for the kohonen self-organising map at http://jknnl.sourceforge.net/
Some classes or packages may have been moved or changed.
- networkToFile(String) - Method in class org.ai_heuristic.algo.cluster.som.network.DefaultNetwork
-
Save network into file
- NeuronModel - Interface in org.ai_heuristic.algo.cluster.som.network
-
Updated version of the source code for the kohonen self-organising map at http://jknnl.sourceforge.net/
Some classes or packages may have been moved or changed.
- newInstance() - Method in class org.ai_heuristic.algo.prob.Entropy
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and mathOperation evaluator mathCompare
.
- newInstance() - Method in class org.ai_heuristic.algo.prob.KullbackLeibler
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and mathOperation evaluator mathCompare
.
- newInstance() - Method in class org.ai_heuristic.algo.prob.NGram
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and math evaluator mathCompare
.
- newInstance() - Method in interface org.ai_heuristic.def.FunctionSingleDef
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and math evaluator mathCompare
.
- newInstance() - Method in class org.ai_heuristic.functs.activate.FunctionHardLimit
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and math evaluator mathCompare
.
- newInstance() - Method in class org.ai_heuristic.functs.activate.FunctionLinear
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and math evaluator mathCompare
.
- newInstance() - Method in class org.ai_heuristic.functs.activate.FunctionLinearPlus
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and mathOperation evaluator mathCompare
.
- newInstance() - Method in class org.ai_heuristic.functs.activate.FunctionLinearRectified
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and mathOperation evaluator mathCompare
.
- newInstance() - Method in class org.ai_heuristic.functs.activate.FunctionSigmoid
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and mathOperation evaluator mathCompare
.
- newInstance() - Method in class org.ai_heuristic.functs.activate.FunctionSymmetricHardLimit
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and math evaluator mathCompare
.
- newInstance() - Method in class org.ai_heuristic.functs.activate.FunctionTanH
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and mathOperation evaluator mathCompare
.
- newInstance() - Method in class org.ai_heuristic.functs.FunctionMetric
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and math evaluator eval
.
- newInstance() - Method in class org.ai_heuristic.functs.learn.FunctionConstantFactor
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and math evaluator mathCompare
.
- newInstance() - Method in class org.ai_heuristic.functs.learn.FunctionCount
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and mathOperation evaluator mathCompare
.
- newInstance() - Method in class org.ai_heuristic.functs.learn.FunctionExponentialFactor
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and mathOperation evaluator mathCompare
.
- newInstance() - Method in class org.ai_heuristic.functs.learn.FunctionGaussFactor
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and mathOperation evaluator mathCompare
.
- newInstance() - Method in class org.ai_heuristic.functs.learn.FunctionHyperbolicFactor
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and mathOperation evaluator mathCompare
.
- newInstance() - Method in class org.ai_heuristic.functs.metric.CityBlockDistance
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and mathOperation evaluator mathCompare
.
- newInstance() - Method in class org.ai_heuristic.functs.metric.CosineSimilarity
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and mathOperation evaluator mathCompare
.
- newInstance() - Method in class org.ai_heuristic.functs.metric.EuclideanDistance
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and mathOperation evaluator mathCompare
.
- newInstance() - Method in class org.ai_heuristic.functs.metric.JaccardCoefficient
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and mathOperation evaluator mathCompare
.
- newInstance() - Method in class org.ai_heuristic.functs.metric.MinkowskiDistance
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and mathOperation evaluator mathCompare
.
- newInstance() - Method in class org.ai_heuristic.functs.similar.DemerauLevenshtein
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and math evaluator mathCompare
.
- newInstance() - Method in class org.ai_heuristic.functs.similar.Hamming
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and math evaluator mathCompare
.
- newInstance() - Method in class org.ai_heuristic.functs.similar.IndexSimilarity
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and mathOperation evaluator mathCompare
.
- newInstance() - Method in class org.ai_heuristic.functs.similar.JaroWinkler
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and math evaluator mathCompare
.
- newInstance() - Method in class org.ai_heuristic.functs.similar.Levenshtein
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and math evaluator mathCompare
.
- newInstance() - Method in class org.ai_heuristic.functs.test.SimpleFunction
-
Create and return a new instance of the function, initialised with this function's
value type valueType
and math evaluator mathCompare
.
- NEWLINE - Static variable in class org.ai_heuristic.util.SymbolHandler
-
List of filter options
- NGN - Static variable in class org.ai_heuristic.util.AiHeuristicConst
-
The n (e.g.
- NGram - Class in org.ai_heuristic.algo.prob
-
An example of the NGN-Gram probability measure.
- NGram() - Constructor for class org.ai_heuristic.algo.prob.NGram
-
Create a new instance of NGram.
- NGram(String, HashMap) - Constructor for class org.ai_heuristic.algo.prob.NGram
-
Create a new instance of NGram.
- NL - Static variable in class org.ai_heuristic.util.SymbolHandler
-
List of symbols
- nodesAtLevel(int) - Method in class org.ai_heuristic.tree.TreeNode
-
Get a list of all nodes at a particular level in the tree, across all branches.
- NODESCRIPTION - Static variable in class org.ai_heuristic.util.TextHandler
-
Text constants
- NodeStats - Class in org.ai_heuristic.model
-
Some stats for a node.
- NodeStats() - Constructor for class org.ai_heuristic.model.NodeStats
-
Create a new instance of NodeStats.
- nodeStats - Variable in class org.ai_heuristic.tree.KD_TreeNode
-
Some value stats for the nodes
- NODIR - Static variable in class org.ai_heuristic.util.TextConst
-
- NONE - Static variable in class org.ai_heuristic.util.SymbolHandler
-
- NORTH - Static variable in class org.ai_heuristic.util.TextConst
-
- NORTHEAST - Static variable in class org.ai_heuristic.util.TextConst
-
- NORTHWEST - Static variable in class org.ai_heuristic.util.TextConst
-
- NOTCONTAINS - Static variable in class org.ai_heuristic.util.TextConst
-
Defines a not contains evaluation
- NOTEQUALS - Static variable in class org.ai_heuristic.util.TextConst
-
Defines a not equals evaluation
- NOUN - Static variable in class org.ai_heuristic.util.TextConst
-
Word types
- numEquiv(String, long) - Method in class org.ai_heuristic.eval.MathString
-
Get the equivalent of the integer numerical value for the data type.
- numEquiv(String, long) - Static method in class org.ai_heuristic.functs.MathStat
-
Get the equivalent of the long numerical value for the data type.
- numEquiv(String, double) - Static method in class org.ai_heuristic.functs.MathStat
-
Get the equivalent of the double numerical value for the data type.