Closed ezekny closed 2 years ago
The pre-rotated t-SNE positions are not stored. Two possible options are
plot=True
of the pyDeepInsight.ImageTransformer.fit method as seen in README.md. This will return an image of the t-SNE reduced features (blue), convex full (red), and minimum bounding rectangle (green) prior to rotation. There is no way to modify this image.ImageTransformer._xrot
.
I have been implementing the squeezeNet and wanted to plot the 2D image of t-SNE and how to apply the Convex Hull for rotation. Kindly assist on the way forward on this. Thank you