C# 클래스 Ecologylab.BigSemantics.Actions.EvaluateRankWeight

상속: SemanticOperation
파일 보기 프로젝트 열기: ecologylab/BigSemanticsCSharp

공개 프로퍼티들

프로퍼티 타입 설명
CurveAmount double
TransferFuncCenter double

공개 메소드들

메소드 설명
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}]

메소드 상세

EvaluateRankWeight() 공개 메소드

public EvaluateRankWeight ( ) : System
리턴 System

GetOperationName() 공개 메소드

public GetOperationName ( ) : String
리턴 String

HandleError() 공개 메소드

public HandleError ( ) : void
리턴 void

Perform() 공개 메소드

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
리턴 Object

프로퍼티 상세

CurveAmount 공개적으로 정적으로 프로퍼티

public static double CurveAmount
리턴 double

TransferFuncCenter 공개적으로 정적으로 프로퍼티

public static double TransferFuncCenter
리턴 double