Package | Description |
---|---|
edu.ucla.sspace.clustering | |
edu.ucla.sspace.matrix | |
edu.ucla.sspace.nonlinear |
Modifier and Type | Method and Description |
---|---|
static AffinityMatrixCreator |
DataMatrixLinkClustering.createDefaultAffinityMatrixCreator() |
Constructor and Description |
---|
DataMatrixLinkClustering(AffinityMatrixCreator creator) |
Modifier and Type | Class and Description |
---|---|
class |
MinSimilarityAffinityMatrixCreator
This
AffinityMatrixCreator adds an edge between two data points, i
and j, if the similarity between them is above a certain threshold. |
class |
NearestNeighborAffinityMatrixCreator
This
AffinityMatrixCreator adds an edge added between two data
points, i and j, if j is in the k nearest neighbors of i. |
Constructor and Description |
---|
LocalityPreservingCooccurrenceSpace(AffinityMatrixCreator creator)
Constructs a new instance using the system properties for configuration.
|
LocalityPreservingCooccurrenceSpace(AffinityMatrixCreator creator,
Properties properties)
Constructs a new instance using the provided properties for
configuration.
|
LocalityPreservingSemanticAnalysis(AffinityMatrixCreator creator)
Constructs the
LocalityPreservingSemanticAnalysis using the
system properties for configuration. |
Copyright © 2012. All Rights Reserved.