Classes Utilities Scripts Speech Search Up Home
ISIP IFC Index
Name Synopsis Quick Start Description Dependencies Public Constants Error Codes Protected Data Required Public Methods Class-specific Public Methods Private Methods Examples Notes
Manual Page Sections
Title Bar

name: Instance

synopsis:


g++ [flags ...] file ... -l /isip/tools/lib/$ISIP_BINARY/lib_search_a

#include <Instance.h>

boolean setInstanceMode(INSTANCE_MODE arg);
boolean setInstanceState(INSTANCE_STATE arg);
boolean setScore(float score);
boolean setHistory(History& history);

quick start:


Instance* curr_instance;
Instance* next_instance;

next_instance = new Instance(*curr_instance);
next_instance->setBackPointer(curr_instance);

description:

The instance constitutes the primary structure that represents a path in the search space. The instance contains the search symbols corresponding to the path, the time at which the path was generated, the history of the path, and the likelihood score of the path.

dependencies:

public constants:

error codes:

protected data:

required public methods:

class-specific public methods:

private methods:

examples:

notes: