protected static class SpectralClusteringConf.DefaultClustererFunction<DATATYPE> extends Object implements SpectralClusteringConf.ClustererProvider<DATATYPE>
Constructor and Description |
---|
DefaultClustererFunction(SpatialClusterer<? extends SpatialClusters<DATATYPE>,DATATYPE> internal) |
Modifier and Type | Method and Description |
---|---|
SpatialClusterer<? extends SpatialClusters<DATATYPE>,DATATYPE> |
apply(IndependentPair<double[],double[][]> in)
Apply the function to the input argument and return the result.
|
String |
toString() |
public DefaultClustererFunction(SpatialClusterer<? extends SpatialClusters<DATATYPE>,DATATYPE> internal)
public SpatialClusterer<? extends SpatialClusters<DATATYPE>,DATATYPE> apply(IndependentPair<double[],double[][]> in)
Function
apply
in interface Function<IndependentPair<double[],double[][]>,SpatialClusterer<? extends SpatialClusters<DATATYPE>,DATATYPE>>
in
- the input object