public interface HierarchicalSpatialDataStructure extends HierarchicalStatisticalDataStructure
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,Matrix>> |
getAngleBetweenObservations()
This method returns the angle map between the observations.
|
java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,java.lang.Double>> |
getDistancesBetweenObservations()
This method returns the distance map between the observations.
|
void |
setDistanceFields(java.util.List<java.lang.String> fields)
This method sets the distance field names.
|
getHierarchicalStructure, getHierarchicalStructureLevel, getMatrixZ, isThereAnyHierarchicalStructure, setHierarchicalStructureLevelconstructMatrices, getDataSet, getMatrixX, getNumberOfObservations, getVectorY, isInterceptModel, setInterceptModeljava.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,java.lang.Double>> getDistancesBetweenObservations()
java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,Matrix>> getAngleBetweenObservations()
void setDistanceFields(java.util.List<java.lang.String> fields)
fields - a List that contains the names of the fields that serve to compute the Euclidian distance