C# 클래스 MSTParser.Parameters

파일 보기 프로젝트 열기: rasoolims/MSTParserCSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LossType LossTypes
Total double[]
parameters double[]

공개 메소드들

메소드 설명
AverageParams ( double avVal ) : void
GetScore ( FeatureVector fv ) : double
NumErrors ( DependencyInstance inst, string pred, string act ) : double
NumErrorsDep ( DependencyInstance inst, string pred, string act ) : double
NumErrorsDepNoPunc ( DependencyInstance inst, string pred, string act ) : double
NumErrorsLabel ( DependencyInstance inst, string pred, string act ) : double
NumErrorsLabelNoPunc ( DependencyInstance inst, string pred, string act ) : double
Parameters ( int size ) : System
SetLoss ( LossTypes lt ) : void
UpdateParamsMIRA ( DependencyInstance inst, object d, double upd ) : void

비공개 메소드들

메소드 설명
hildreth ( FeatureVector a, double b ) : double[]

메소드 상세

AverageParams() 공개 메소드

public AverageParams ( double avVal ) : void
avVal double
리턴 void

GetScore() 공개 메소드

public GetScore ( FeatureVector fv ) : double
fv FeatureVector
리턴 double

NumErrors() 공개 메소드

public NumErrors ( DependencyInstance inst, string pred, string act ) : double
inst DependencyInstance
pred string
act string
리턴 double

NumErrorsDep() 공개 메소드

public NumErrorsDep ( DependencyInstance inst, string pred, string act ) : double
inst DependencyInstance
pred string
act string
리턴 double

NumErrorsDepNoPunc() 공개 메소드

public NumErrorsDepNoPunc ( DependencyInstance inst, string pred, string act ) : double
inst DependencyInstance
pred string
act string
리턴 double

NumErrorsLabel() 공개 메소드

public NumErrorsLabel ( DependencyInstance inst, string pred, string act ) : double
inst DependencyInstance
pred string
act string
리턴 double

NumErrorsLabelNoPunc() 공개 메소드

public NumErrorsLabelNoPunc ( DependencyInstance inst, string pred, string act ) : double
inst DependencyInstance
pred string
act string
리턴 double

Parameters() 공개 메소드

public Parameters ( int size ) : System
size int
리턴 System

SetLoss() 공개 메소드

public SetLoss ( LossTypes lt ) : void
lt LossTypes
리턴 void

UpdateParamsMIRA() 공개 메소드

public UpdateParamsMIRA ( DependencyInstance inst, object d, double upd ) : void
inst DependencyInstance
d object
upd double
리턴 void

프로퍼티 상세

LossType 공개적으로 프로퍼티

public LossTypes LossType
리턴 LossTypes

Total 공개적으로 프로퍼티

public double[] Total
리턴 double[]

parameters 공개적으로 프로퍼티

public double[] parameters
리턴 double[]