LISA class (Internally Used)
A LISA-class that wrappers the statistics of LISA computation class
gda_lisa
: An object of GeoDaLISAp_vals
: The pseudo-p values of significance of LISA computationc_vals
: The cluster indicators of LISA computationlisa_vals
: The local spatial autocorrelation values of LISA computationnn_vals
: The number of neighbors of every observations in LISA computationlabels
: The cluster labels of LISAcolors
: The cluster colors (HEX format) of LISAGetBO(current_p)
: Get the Bonferroni bound valueGetClusterIndicators()
: Get the local cluster indicators returned from LISA computation.GetColors()
: Get the cluster colors of LISA computation.GetFDR(current_p)
: Get the False Discovery Rate valueGetLISAValues()
: Get the local spatial autocorrelation values returned from LISA computation.GetLabels()
: Get the cluster labels of LISA computation.GetLocalSignificanceValues()
: Get the local pseudo-p values of significance returned from LISA computation.GetNumNeighbors()
: Get the number of neighbors of every observations in LISA computation.Run()
: Call to run LISA computationSetPermutations(num_perm)
: Set the number of permutations for the LISA computationSetSignificanceCutoff(cutoff)
: Set the cutoff value of significance valuesSetThreads(num_threads)
: Set the number of CPU threads for the LISA computationinitialize(lisa_obj)
: Constructor with a LISA object (internally used)Useful links