The VAMPIRE Model¶
See also
The VAMPIRE model is contained the dict model, which is stored
in a .pickle file named by the model name. The following can
properties can be accessed as attributes or keys.
- model_namestr
Name of the model (build image set).
- num_pointint
Number of points used to describe the contour.
- num_clustersint
Number of cluster centers for K-means clustering.
- num_pcint
Number of principal components used after truncation.
- mean_registered_contourndarray
Mean registered contour.
- mean_aligned_contourndarray
Mean aligned contour.
- principal_directionsndarray
Principal direction of PCA.
- centroidsndarray
Cluster center in K-means clustering.
- build_contours_dfDataFrame
DataFrame of objects’ contour coordinates with cluster id.