module myna.application.bnpy.cluster_supervoxel.execute
function reduce_voxel_file_to_supervoxel_df
reduce_voxel_file_to_supervoxel_df(
voxel_file,
app,
write_csv=False,
output_file='supervoxel_composition.csv'
)
function train_supervoxel_model
train_supervoxel_model(
myna_files,
myna_voxel_files,
app,
comp_file_name='supervoxel_composition.csv'
)
function filter_supervoxel_comp_df
filter_supervoxel_comp_df(df)
function run
run(myna_file, composition_file, model_path, app)
Generate supervoxel training data from the voxel clustering data
function main
main()
This file was automatically generated via lazydocs.