neurovlm.core.BrainTopKResult

neurovlm.core.BrainTopKResult#

class neurovlm.core.BrainTopKResult(table, parent)[source]#

Chainable wrapper around a top-k brain result table.

Parameters:
__init__(table, parent)#
Parameters:
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

table

parent