Alias: null
Common Name: null
Class: org. imirsel. m2k. modelling. ApplyGaussianModel

Overview: A Module that reads in ClassifierTreeNode, a data matrix and a set of labels identifying which example the data belongs to. The ClassifierTreeNode model is applied to the data and a set of classifications is output.

Data Handling: The input data is not modified.


Inputs:
Gaussian model
org. imirsel. m2k. modelling. Gaussian
The single gaussian model to apply to the data

data array
[[D
The data array to be classified

example labels
[I
The example number labels of the data array, which indicate to which example each row of the data array belongs

Class names
[java. lang. String
The class names


Outputs:
Output classifications
[I
An array of integers representing the classifications made by the Gaussian model



Properties: