ClusteringLayer | R Documentation |
Clustering layer for Deep Embedded Clustering
clustering layer
number of clusters.
parameter
name
$initialize
instantiates a new class.
$call
main body.
$compute_output_shape
computes the output shape.
Tustison NJ
model = ClusteringLayer$new(numberOfClusters = 2)
## Not run:
model$build(c(20, 20))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.