Clustering layer for Deep Embedded Clustering

Value

clustering layer

Arguments

numberOfClusters

number of clusters.

initialClusterWeights

alpha

parameter

alpha

name

Details

$initialize instantiates a new class.

$call main body.

$compute_output_shape computes the output shape.

Author

Tustison NJ

Examples

model = ClusteringLayer$new(numberOfClusters = 2) if (FALSE) { model$build(c(20, 20)) }