C# Class MSTParser.ParseForestItem

Show file Open project: rasoolims/MSTParserCSharp Class Usage Examples

Public Properties

Property Type Description
Comp int
Dir int
FV FeatureVector
Left ParseForestItem
Length int
Prob double
R int
Right ParseForestItem
S int
T int
Type int

Public Methods

Method Description
CopyValues ( ParseForestItem p ) : void
Equals ( ParseForestItem p ) : bool
IsPre ( ) : bool
ParseForestItem ( )
ParseForestItem ( int s, int type, int dir, double prob, FeatureVector fv )
ParseForestItem ( int i, int k, int j, int type, int dir, int comp, double prob, FeatureVector fv, ParseForestItem left, ParseForestItem right )

Method Details

CopyValues() public method

public CopyValues ( ParseForestItem p ) : void
p ParseForestItem
return void

Equals() public method

public Equals ( ParseForestItem p ) : bool
p ParseForestItem
return bool

IsPre() public method

public IsPre ( ) : bool
return bool

ParseForestItem() public method

public ParseForestItem ( )

ParseForestItem() public method

public ParseForestItem ( int s, int type, int dir, double prob, FeatureVector fv )
s int
type int
dir int
prob double
fv FeatureVector

ParseForestItem() public method

public ParseForestItem ( int i, int k, int j, int type, int dir, int comp, double prob, FeatureVector fv, ParseForestItem left, ParseForestItem right )
i int
k int
j int
type int
dir int
comp int
prob double
fv FeatureVector
left ParseForestItem
right ParseForestItem

Property Details

Comp public property

public int Comp
return int

Dir public property

public int Dir
return int

FV public property

public FeatureVector FV
return FeatureVector

Left public property

public ParseForestItem,MSTParser Left
return ParseForestItem

Length public property

public int Length
return int

Prob public property

public double Prob
return double

R public property

public int R
return int

Right public property

public ParseForestItem,MSTParser Right
return ParseForestItem

S public property

public int S
return int

T public property

public int T
return int

Type public property

public int Type
return int