Model#

Vampire(model_name[, n_points, n_clusters, ...])

Visually Aided Morpho-Phenotyping Image Recognition (VAMPIRE) model.

Vampire.fit(properties_df)

Fit VAMPIRE model to dataset.

Vampire.transform(properties_df)

Transforms dataset using the VAMPIRE model.

Vampire.fit_transform(properties_df)

Fit VAMPIRE model to dataset and transform that dataset.