메소드 | 설명 | |
---|---|---|
AddFMotiv ( string name, int occur, double frequency ) : void |
The add formal motiv.
|
|
CalculateGreatFrequency ( ) : double |
The calculate great frequency.
|
|
Lexicon ( ) : System.Collections.Generic |
Initializes a new instance of the Lexicon class.
|
|
RData ( ) : List |
The r data.
|
|
RangeLex ( ) : void |
The range lex.
|
|
RangeLexDi ( ) : List |
The range lex di.
|
|
RangeLexElem ( ) : void |
The range lex elem.
|
|
RangeLexRi ( ) : List |
The range lex ri.
|
public AddFMotiv ( string name, int occur, double frequency ) : void | ||
name | string | /// The name. /// |
occur | int | /// The occur. /// |
frequency | double | /// The frequency. /// |
리턴 | void |