Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 934 Bytes

reference_applyWekaToTable.md

File metadata and controls

19 lines (12 loc) · 934 Bytes

applyWekaToTable

Applies a Weka model using functionality of Fijis Trainable Weka Segmentation plugin.

It takes a Results Table, sorts its columns by name alphabetically and uses it as extracted features (rows correspond to feature vectors) and applies a pre-trained a Weka model. Take care that the table has been generated in the sameway as for training the model!

Categories: Segmentation, Machine Learning

Usage in ImageJ macro

Ext.CLIJx_applyWekaToTable(String predictionColumnName, String loadModelFilename);

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint