MCPcopy Create free account
hub / github.com/SubmissionsIn/DEMVC / ClusteringLayer

Class ClusteringLayer

DEMVC.py:127–185  ·  view source on GitHub ↗

Clustering layer converts input sample (feature) to soft label, i.e. a vector that represents the probability of the sample belonging to each cluster. The probability is calculated with student's t-distribution. # Example ``` model.add(ClusteringLayer(n_clusters=10))

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected