Function_K_Means Assembly Description

 

This assembly was created using MATLAB .NET Assembly. The public class methods included in this assembly allow access to the MATLAB functions specified during compilation.

 

IMPORTANT: What you need to use this assembly successfully:

 

MATLAB Runtime

 

MATLAB Runtime is a collection of native libraries that are required to execute the MATLAB functions. Consequently, the MATLAB Runtime must be installed on any machine that runs a MATLAB .NET Assembly generated component. If you install MATLAB, MATLAB Compiler or MATLAB .NET Assembly, you have access to the MATLAB Runtime automatically.  Otherwise, you must install the MATLAB Runtime by running the MCRInstaller executable.  Note: This assembly is only compatible with version 9.8 of the MATLAB Runtime.

 

Please contact the provider of this assembly for specific details about the MATLAB Runtime.

 

 

MWArray.dll

 

This assembly, which can be found in <mcr_root>\toolbox\dotnetbuilder\bin\win64\v4.0, provides classes that act as the bridge between your application and the MATLAB Runtime.  Note: The Function_K_Means assembly, generated by MATLAB .NET Assembly, will only work with an MWArray assembly that was built against the same version of the MATLAB Runtime.

 

The MWArray class hierarchy provides methods to create and access the MATLAB data types used by the MATLAB Runtime.  All of the classes derive from the abstract MWArray class and each of the derived classes, with the exception of MWIndexArray which is also abstract, maps to a MATLAB data type.  The data conversion class hierarchy includes MWNumericArray, MWLogicalArray, MWCharArray, MWStructArray, and MWCellArray.   Each class has properties and methods that can be used to query various attributes of the class such as the number of dimensions, dimension size, element size, and field names.  

 

These classes can be explicitly instantiated and used as arguments to the MATLAB .NET Assembly generated class methods.  Where applicable, a native .NET primitive or array type can also be used as an input parameter that will be implicitly converted to the appropriate MWArray type.