DeclusteringResult
DeclusteringResult
evo.compute.tasks.geostatistics.declustering.DeclusteringResult
Rich wrapper around the declustering task result.
Provides convenience properties and methods for accessing the computed declustering weights.
message
A message describing what happened in the task.
target_name
The name of the target object.
target_reference
Reference URL to the target object.
attribute_name
The name of the attribute containing declustering weights.
schema
The schema type of the target object.
get_target_object
Load and return the target geoscience object.
Returns: The typed geoscience object containing the declustering weights.
to_dataframe
Get the declustering weights as a DataFrame.
Args: columns: Optional column names to include. If omitted, returns all columns.
Returns: A pandas DataFrame containing the declustering weight values.
__str__
String representation.