C# Class LibiadaWeb.Controllers.Calculators.RelationCalculationController

Inheritance: AbstractResultController
Mostra file Open project: intervals-mining-lab/libiada-web

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult

The index.

RelationCalculationController ( ) : System

Initializes a new instance of the RelationCalculationController class.

Private Methods

Method Description
FrequencyCharacteristic ( int characteristicTypeLinkId, int frequencyCount, Chain chain, long sequenceId, IBinaryCalculator calculator, Link link ) : void

The frequency characteristic.

Index ( long matterId, int characteristicTypeLinkId, int notationId, int languageId, int translatorId, int filterSize, bool filter, bool frequencyFilter, int frequencyCount ) : System.Web.Mvc.ActionResult
NotFrequencyCharacteristic ( int characteristicTypeLinkId, long sequenceId, Chain chain, IBinaryCalculator calculator, Link link ) : void

The not frequency characteristic.

SortKeyValuePairList ( double>.List arrayForSort ) : void

The sort key value pair list.

Method Details

Index() public method

The index.
public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

RelationCalculationController() public method

Initializes a new instance of the RelationCalculationController class.
public RelationCalculationController ( ) : System
return System