An abstract class that represents one of the entities used in the k-mean algorithm

Namespace:  Cloudster
Assembly:  Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
[SerializableAttribute]
public abstract class Entity
Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class Entity
Visual C++
[SerializableAttribute]
public ref class Entity abstract

Inheritance Hierarchy

See Also