I have created a weight matrix (in R) in a csv format which I'm trying to use it for Cluster or Hotspot analysis using ArcGIS v10.1. Below is an example of my weight matrix format: OBJECTID 1,6,0.680118749556423 1,7,0.319881250443577 2,6,0.388631376439602 2,7,0.611368623560398
The format I tried to followed was this: UniqueIDFieldName ---> first line tells us the name of the unique ID field 1 5 .20000 ----> ID NeighborID Weight