- Hamming - Class in org.ai_heuristic.functs.similar
-
An example of the Hamming similarity measure.
- Hamming() - Constructor for class org.ai_heuristic.functs.similar.Hamming
-
Create a new instance of Hamming.
- Hamming(String) - Constructor for class org.ai_heuristic.functs.similar.Hamming
-
Create a new instance of Hamming.
- HAMMING - Static variable in class org.ai_heuristic.util.AiHeuristicConst
-
- hasChildNode(String) - Method in class org.ai_heuristic.tree.TreeNode
-
Return true if a child node with the specified name exists.
- hasChildNodeDeep(String) - Method in class org.ai_heuristic.tree.TreeNode
-
Return true if a child node at any sub-tree branch with the specified name exists.
- hasChildNodes() - Method in class org.ai_heuristic.tree.TreeNode
-
Return true if this node has child nodes.
- hasChildNodeValue(Object) - Method in class org.ai_heuristic.tree.TreeNode
-
Return true if a child node with the specified value exists.
- hasChildNodeValueDeep(Object) - Method in class org.ai_heuristic.tree.TreeNode
-
Return true if a child node with the specified value exists.
- hasFilePath() - Method in class org.ai_heuristic.model.FactoryInfo
-
Return true if the filePath variable is non-empty.
- HASHMAP - Static variable in class org.ai_heuristic.util.AiTypeConst
-
Defines a HashMap class parameter type
- HASHTABLE - Static variable in class org.ai_heuristic.util.AiTypeConst
-
Defines a Hashtable class parameter type
- hasNextValue() - Method in class org.ai_heuristic.eval.metric.MetricDataset
-
Return true if the value iterator still has element to return.
- hasValue(Object) - Method in class org.ai_heuristic.tree.TreeNode
-
Return true if the value of this node is the same as the value passed in.
- HexagonalTopology - Class in org.ai_heuristic.algo.cluster.som.topology
-
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.
- HexagonalTopology(int, int) - Constructor for class org.ai_heuristic.algo.cluster.som.topology.HexagonalTopology
-
Creates a new instance of HexagonalTopology with specified numbers of rows and columns.
- HexagonalTopology(int, int, int) - Constructor for class org.ai_heuristic.algo.cluster.som.topology.HexagonalTopology
-
Creates a new instance of HexagonalTopology with specified numbers of rows, columns and radius.
- HFC - Static variable in class org.ai_heuristic.util.AiHeuristicConst
-
The hyperbolic factor c value
- HFC2 - Static variable in class org.ai_heuristic.util.AiHeuristicConst
-
The hyperbolic factor c2 value
- HLT - Static variable in class org.ai_heuristic.util.AiHeuristicConst
-
The hard limit t (threshold) value
- HTMLTYPE - Static variable in class org.ai_heuristic.util.TextConst
-
Defines a html file type