Crystal AI  1.0.0
Crystal.IMeasure Interface Reference

The measure interface. Note this refers to the mathematical measure https://en.wikipedia.org/wiki/Measure_(mathematics) More...

Inheritance diagram for Crystal.IMeasure:
Crystal.IAiPrototype< IMeasure > Crystal.Chebyshev Crystal.ConstrainedChebyshev Crystal.ConstrainedWeightedMetrics Crystal.MultiplicativePseudoMeasure Crystal.WeightedMetrics

Public Member Functions

float Calculate (ICollection< Utility > elements)
 Calculate the measure for the given set of elements. More...
 
- Public Member Functions inherited from Crystal.IAiPrototype< IMeasure >
Clone ()
 Creates a new instance of the implementing class. Note that the semantics here are somewhat vague, however, by convention the "Prototype Pattern" uses a "Clone" function. Note that this may have very different semantics when compared with either shallow or deep cloning. When implementing this remember to include only the defining characteristics of the class and not its state! More...
 

Detailed Description

The measure interface. Note this refers to the mathematical measure https://en.wikipedia.org/wiki/Measure_(mathematics)

Member Function Documentation

float Crystal.IMeasure.Calculate ( ICollection< Utility elements)

The documentation for this interface was generated from the following file: