Method | Description | |
---|---|---|
Generate ( Descriptor desc, IEnumerable |
Generates.
|
|
Generate ( Matrix x, ILinker linker ) : numl.Unsupervised.Cluster |
Generates.
|
Method | Description | |
---|---|---|
GenerateClustering ( Matrix X, ILinker linker, object data = null ) : numl.Unsupervised.Cluster |
Generates a clustering.
|
public Generate ( Descriptor desc, IEnumerable | ||
desc | Descriptor | The description. |
examples | IEnumerable | The examples. |
linker | ILinker | The linker. |
return | numl.Unsupervised.Cluster |
public Generate ( Matrix x, ILinker linker ) : numl.Unsupervised.Cluster | ||
x | Matrix | The Matrix to process. |
linker | ILinker | The linker. |
return | numl.Unsupervised.Cluster |