neurovlm.core.BrainTopKResult#
- class neurovlm.core.BrainTopKResult(table, parent)[source]#
Chainable wrapper around a top-k brain result table.
- Parameters:
table (DataFrame)
parent (BrainSearchResult)
- __init__(table, parent)#
- Parameters:
table (DataFrame)
parent (BrainSearchResult)
- Return type:
None
Methods
__init__(table, parent)plot_row([index, source, threshold, ...])Plot one ranked row from this top-k output.
to_dataset_nifti()Load dataset-native NIfTI images aligned with this top-k table.
to_nifti()Decode NIfTI images aligned with this top-k table.
to_pandas()Return the underlying pandas dataframe.
Attributes
tableparent