Struct crfsuite::Model[][src]

pub struct Model(_);

The model

Methods

impl Model
[src]

Open a model file

Create an instance of a model object from a model in memory

Print the model in human-readable format

Parameters

file: Something convertable to file descriptor

Print the model in human-readable format to file

Parameters

path: Dump file path

Trait Implementations

impl Debug for Model
[src]

Formats the value using the given formatter. Read more

impl Drop for Model
[src]

Executes the destructor for this type. Read more

impl Send for Model
[src]

impl Sync for Model
[src]