C# Class Ecologylab.BigSemantics.Actions.EvaluateRankWeight

Inheritance: SemanticOperation
Show file Open project: ecologylab/BigSemanticsCSharp

Public Properties

Property Type Description
CurveAmount double
TransferFuncCenter double

Public Methods

Method Description
EvaluateRankWeight ( ) : System
GetOperationName ( ) : String
HandleError ( ) : void
Perform ( Object obj ) : Object

Function which evaluates rank weight Also applies a transfer function to make this sequence top heavy http://www.wolframalpha.com/input/?i=Plot[(1+%2B+E^(-10*(x-.6)))^(-1),+{x,+0,+1}]

Method Details

EvaluateRankWeight() public method

public EvaluateRankWeight ( ) : System
return System

GetOperationName() public method

public GetOperationName ( ) : String
return String

HandleError() public method

public HandleError ( ) : void
return void

Perform() public method

Function which evaluates rank weight Also applies a transfer function to make this sequence top heavy http://www.wolframalpha.com/input/?i=Plot[(1+%2B+E^(-10*(x-.6)))^(-1),+{x,+0,+1}]
public Perform ( Object obj ) : Object
obj Object
return Object

Property Details

CurveAmount public static property

public static double CurveAmount
return double

TransferFuncCenter public static property

public static double TransferFuncCenter
return double