A benchmark to evaluate the results of an implementation of k-mean. It is a lazy object which will return its analysis through its properties.

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

Syntax

C#
public class EnergyEvaluator<TEntity>
where TEntity : Entity
Visual Basic (Declaration)
Public Class EnergyEvaluator(Of TEntity As Entity)
Visual C++
generic<typename TEntity>
where TEntity : Entity
public ref class EnergyEvaluator

Type Parameters

TEntity
The type of entity to load.

Inheritance Hierarchy

System..::.Object
  Cloudster..::.EnergyEvaluator<(Of <(TEntity>)>)

See Also