C# Класс Ocronet.Dynamic.Recognizers.NBest

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
fill int
ids List
n int
values List

Открытые методы

Метод Описание
Add ( int id, double value ) : bool

add the id with the corresponding value

Clear ( ) : void

remove all elements

Length ( ) : int

get the number of elements in the NBest structure (between 0 and n)

NBest ( int n ) : System
Value ( int i ) : double

get the value corresponding to rank i

this ( int i ) : int

get the id corresponding to rank i

Описание методов

Add() публичный Метод

add the id with the corresponding value
public Add ( int id, double value ) : bool
id int
value double
Результат bool

Clear() публичный Метод

remove all elements
public Clear ( ) : void
Результат void

Length() публичный Метод

get the number of elements in the NBest structure (between 0 and n)
public Length ( ) : int
Результат int

NBest() публичный Метод

public NBest ( int n ) : System
n int
Результат System

Value() публичный Метод

get the value corresponding to rank i
public Value ( int i ) : double
i int
Результат double

this() публичный Метод

get the id corresponding to rank i
public this ( int i ) : int
i int
Результат int

Описание свойств

fill публичное свойство

public int fill
Результат int

ids публичное свойство

public List ids
Результат List

n публичное свойство

public int n
Результат int

values публичное свойство

public List values
Результат List