\StatisticalClassifierServiceContainer

StatisticalClassifierServiceContainer

This class has been auto-generated by the Symfony Dependency Injection Component.

Summary

Methods
Properties
Constants
__construct()
getParameter()
hasParameter()
setParameter()
getParameterBag()
No public properties found
No constants found
getCacheService()
getCache_BackendService()
getClassifier_ComplementNaiveBayesService()
getClassifier_ModelService()
getClassifier_SourceService()
getClassifier_SvmService()
getConsole_ApplicationService()
getConsole_Command_ClassifyService()
getConsole_Command_Config_CreateService()
getConsole_Command_Config_OpenService()
getConsole_Command_Config_RemoveService()
getConsole_Command_GenerateContainerService()
getConsole_Command_Model_PrepareService()
getConsole_Command_Model_RemoveService()
getConsole_Command_SelfUpdateService()
getConsole_Command_Server_RunService()
getConsole_Command_Test_DirectoryService()
getConsole_Command_Test_PdoService()
getConsole_Command_Train_DirectoryService()
getConsole_Command_Train_DocumentService()
getConsole_Command_Train_PdoService()
getConverter_ConverterService()
getConverter_FromService()
getConverter_ToService()
getJsonPrettyService()
getNormalizer_LowercaseService()
getNormalizer_PorterService()
getNormalizer_StopwordService()
getNormalizer_StopwordLowercaseService()
getNormalizer_StopwordLowercasePorterService()
getSvmService()
getTokenizer_WordService()
getDefaultParameters()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct()

Constructor.

getParameter()

getParameter( $name)

{@inheritdoc}

Parameters

$name

hasParameter()

hasParameter( $name)

{@inheritdoc}

Parameters

$name

setParameter()

setParameter( $name,  $value)

{@inheritdoc}

Parameters

$name
$value

getParameterBag()

getParameterBag()

{@inheritDoc}

getCacheService()

getCacheService() : \CacheCache\Cache

Gets the 'cache' service.

This service is shared. This method always returns the same instance of the service.

Returns

\CacheCache\Cache —

A CacheCache\Cache instance.

getCache_BackendService()

getCache_BackendService() : \CacheCache\Backends\File

Gets the 'cache.backend' service.

This service is shared. This method always returns the same instance of the service.

Returns

\CacheCache\Backends\File —

A CacheCache\Backends\File instance.

getClassifier_ComplementNaiveBayesService()

getClassifier_ComplementNaiveBayesService() : \Camspiers\StatisticalClassifier\Classifier\ComplementNaiveBayes

Gets the 'classifier.complement_naive_bayes' service.

This service is shared. This method always returns the same instance of the service.

Returns

\Camspiers\StatisticalClassifier\Classifier\ComplementNaiveBayes

A Camspiers\StatisticalClassifier\Classifier\ComplementNaiveBayes instance.

getClassifier_ModelService()

getClassifier_ModelService()

Gets the 'classifier.model' service.

This service is shared. This method always returns the same instance of the service.

Throws

\Symfony\Component\DependencyInjection\Exception\RuntimeException

always since this service is expected to be injected dynamically

getClassifier_SourceService()

getClassifier_SourceService()

Gets the 'classifier.source' service.

This service is shared. This method always returns the same instance of the service.

Throws

\Symfony\Component\DependencyInjection\Exception\RuntimeException

always since this service is expected to be injected dynamically

getClassifier_SvmService()

getClassifier_SvmService() : \Camspiers\StatisticalClassifier\Classifier\SVM

Gets the 'classifier.svm' service.

This service is shared. This method always returns the same instance of the service.

Returns

\Camspiers\StatisticalClassifier\Classifier\SVM

A Camspiers\StatisticalClassifier\Classifier\SVM instance.

getConsole_ApplicationService()

getConsole_ApplicationService() : \Camspiers\StatisticalClassifier\Console\Application

Gets the 'console.application' service.

This service is shared. This method always returns the same instance of the service.

Returns

\Camspiers\StatisticalClassifier\Console\Application

A Camspiers\StatisticalClassifier\Console\Application instance.

getConsole_Command_ClassifyService()

getConsole_Command_ClassifyService() : \Camspiers\StatisticalClassifier\Console\Command\ClassifyCommand

Gets the 'console.command.classify' service.

This service is shared. This method always returns the same instance of the service.

Returns

\Camspiers\StatisticalClassifier\Console\Command\ClassifyCommand

A Camspiers\StatisticalClassifier\Console\Command\ClassifyCommand instance.

getConsole_Command_Config_CreateService()

getConsole_Command_Config_CreateService() : \Camspiers\StatisticalClassifier\Console\Command\Config\CreateCommand

Gets the 'console.command.config.create' service.

This service is shared. This method always returns the same instance of the service.

Returns

\Camspiers\StatisticalClassifier\Console\Command\Config\CreateCommand

A Camspiers\StatisticalClassifier\Console\Command\Config\CreateCommand instance.

getConsole_Command_Config_OpenService()

getConsole_Command_Config_OpenService() : \Camspiers\StatisticalClassifier\Console\Command\Config\OpenCommand

Gets the 'console.command.config.open' service.

This service is shared. This method always returns the same instance of the service.

Returns

\Camspiers\StatisticalClassifier\Console\Command\Config\OpenCommand

A Camspiers\StatisticalClassifier\Console\Command\Config\OpenCommand instance.

getConsole_Command_Config_RemoveService()

getConsole_Command_Config_RemoveService() : \Camspiers\StatisticalClassifier\Console\Command\Config\RemoveCommand

Gets the 'console.command.config.remove' service.

This service is shared. This method always returns the same instance of the service.

Returns

\Camspiers\StatisticalClassifier\Console\Command\Config\RemoveCommand

A Camspiers\StatisticalClassifier\Console\Command\Config\RemoveCommand instance.

getConsole_Command_GenerateContainerService()

getConsole_Command_GenerateContainerService() : \Camspiers\StatisticalClassifier\Console\Command\GenerateContainerCommand

Gets the 'console.command.generate_container' service.

This service is shared. This method always returns the same instance of the service.

Returns

\Camspiers\StatisticalClassifier\Console\Command\GenerateContainerCommand

A Camspiers\StatisticalClassifier\Console\Command\GenerateContainerCommand instance.

getConsole_Command_Model_PrepareService()

getConsole_Command_Model_PrepareService() : \Camspiers\StatisticalClassifier\Console\Command\Model\PrepareCommand

Gets the 'console.command.model.prepare' service.

This service is shared. This method always returns the same instance of the service.

Returns

\Camspiers\StatisticalClassifier\Console\Command\Model\PrepareCommand

A Camspiers\StatisticalClassifier\Console\Command\Model\PrepareCommand instance.

getConsole_Command_Model_RemoveService()

getConsole_Command_Model_RemoveService() : \Camspiers\StatisticalClassifier\Console\Command\Model\RemoveCommand

Gets the 'console.command.model.remove' service.

This service is shared. This method always returns the same instance of the service.

Returns

\Camspiers\StatisticalClassifier\Console\Command\Model\RemoveCommand

A Camspiers\StatisticalClassifier\Console\Command\Model\RemoveCommand instance.

getConsole_Command_SelfUpdateService()

getConsole_Command_SelfUpdateService() : \Camspiers\StatisticalClassifier\Console\Command\SelfUpdateCommand

Gets the 'console.command.self_update' service.

This service is shared. This method always returns the same instance of the service.

Returns

\Camspiers\StatisticalClassifier\Console\Command\SelfUpdateCommand

A Camspiers\StatisticalClassifier\Console\Command\SelfUpdateCommand instance.

getConsole_Command_Server_RunService()

getConsole_Command_Server_RunService() : \Camspiers\StatisticalClassifier\Console\Command\Server\RunCommand

Gets the 'console.command.server.run' service.

This service is shared. This method always returns the same instance of the service.

Returns

\Camspiers\StatisticalClassifier\Console\Command\Server\RunCommand

A Camspiers\StatisticalClassifier\Console\Command\Server\RunCommand instance.

getConsole_Command_Test_DirectoryService()

getConsole_Command_Test_DirectoryService() : \Camspiers\StatisticalClassifier\Console\Command\Test\DirectoryCommand

Gets the 'console.command.test.directory' service.

This service is shared. This method always returns the same instance of the service.

Returns

\Camspiers\StatisticalClassifier\Console\Command\Test\DirectoryCommand

A Camspiers\StatisticalClassifier\Console\Command\Test\DirectoryCommand instance.

getConsole_Command_Test_PdoService()

getConsole_Command_Test_PdoService() : \Camspiers\StatisticalClassifier\Console\Command\Test\PDOCommand

Gets the 'console.command.test.pdo' service.

This service is shared. This method always returns the same instance of the service.

Returns

\Camspiers\StatisticalClassifier\Console\Command\Test\PDOCommand

A Camspiers\StatisticalClassifier\Console\Command\Test\PDOCommand instance.

getConsole_Command_Train_DirectoryService()

getConsole_Command_Train_DirectoryService() : \Camspiers\StatisticalClassifier\Console\Command\Train\DirectoryCommand

Gets the 'console.command.train.directory' service.

This service is shared. This method always returns the same instance of the service.

Returns

\Camspiers\StatisticalClassifier\Console\Command\Train\DirectoryCommand

A Camspiers\StatisticalClassifier\Console\Command\Train\DirectoryCommand instance.

getConsole_Command_Train_DocumentService()

getConsole_Command_Train_DocumentService() : \Camspiers\StatisticalClassifier\Console\Command\Train\DocumentCommand

Gets the 'console.command.train.document' service.

This service is shared. This method always returns the same instance of the service.

Returns

\Camspiers\StatisticalClassifier\Console\Command\Train\DocumentCommand

A Camspiers\StatisticalClassifier\Console\Command\Train\DocumentCommand instance.

getConsole_Command_Train_PdoService()

getConsole_Command_Train_PdoService() : \Camspiers\StatisticalClassifier\Console\Command\Train\PDOCommand

Gets the 'console.command.train.pdo' service.

This service is shared. This method always returns the same instance of the service.

Returns

\Camspiers\StatisticalClassifier\Console\Command\Train\PDOCommand

A Camspiers\StatisticalClassifier\Console\Command\Train\PDOCommand instance.

getConverter_ConverterService()

getConverter_ConverterService() : \Camspiers\StatisticalClassifier\DataSource\Converter

Gets the 'converter.converter' service.

This service is shared. This method always returns the same instance of the service.

Returns

\Camspiers\StatisticalClassifier\DataSource\Converter

A Camspiers\StatisticalClassifier\DataSource\Converter instance.

getConverter_FromService()

getConverter_FromService()

Gets the 'converter.from' service.

This service is shared. This method always returns the same instance of the service.

Throws

\Symfony\Component\DependencyInjection\Exception\RuntimeException

always since this service is expected to be injected dynamically

getConverter_ToService()

getConverter_ToService()

Gets the 'converter.to' service.

This service is shared. This method always returns the same instance of the service.

Throws

\Symfony\Component\DependencyInjection\Exception\RuntimeException

always since this service is expected to be injected dynamically

getJsonPrettyService()

getJsonPrettyService() : \Camspiers\JsonPretty\JsonPretty

Gets the 'json_pretty' service.

This service is shared. This method always returns the same instance of the service.

Returns

\Camspiers\JsonPretty\JsonPretty —

A Camspiers\JsonPretty\JsonPretty instance.

getNormalizer_LowercaseService()

getNormalizer_LowercaseService() : \Camspiers\StatisticalClassifier\Normalizer\Lowercase

Gets the 'normalizer.lowercase' service.

This service is shared. This method always returns the same instance of the service.

Returns

\Camspiers\StatisticalClassifier\Normalizer\Lowercase

A Camspiers\StatisticalClassifier\Normalizer\Lowercase instance.

getNormalizer_PorterService()

getNormalizer_PorterService() : \Camspiers\StatisticalClassifier\Normalizer\Porter

Gets the 'normalizer.porter' service.

This service is shared. This method always returns the same instance of the service.

Returns

\Camspiers\StatisticalClassifier\Normalizer\Porter

A Camspiers\StatisticalClassifier\Normalizer\Porter instance.

getNormalizer_StopwordService()

getNormalizer_StopwordService() : \Camspiers\StatisticalClassifier\Normalizer\Stopword

Gets the 'normalizer.stopword' service.

This service is shared. This method always returns the same instance of the service.

Returns

\Camspiers\StatisticalClassifier\Normalizer\Stopword

A Camspiers\StatisticalClassifier\Normalizer\Stopword instance.

getNormalizer_StopwordLowercaseService()

getNormalizer_StopwordLowercaseService() : \Camspiers\StatisticalClassifier\Normalizer\Grouped

Gets the 'normalizer.stopword_lowercase' service.

This service is shared. This method always returns the same instance of the service.

Returns

\Camspiers\StatisticalClassifier\Normalizer\Grouped

A Camspiers\StatisticalClassifier\Normalizer\Grouped instance.

getNormalizer_StopwordLowercasePorterService()

getNormalizer_StopwordLowercasePorterService() : \Camspiers\StatisticalClassifier\Normalizer\Grouped

Gets the 'normalizer.stopword_lowercase_porter' service.

This service is shared. This method always returns the same instance of the service.

Returns

\Camspiers\StatisticalClassifier\Normalizer\Grouped

A Camspiers\StatisticalClassifier\Normalizer\Grouped instance.

getSvmService()

getSvmService() : \SVM

Gets the 'svm' service.

This service is shared. This method always returns the same instance of the service.

Returns

\SVM —

A SVM instance.

getTokenizer_WordService()

getTokenizer_WordService() : \Camspiers\StatisticalClassifier\Tokenizer\Word

Gets the 'tokenizer.word' service.

This service is shared. This method always returns the same instance of the service.

Returns

\Camspiers\StatisticalClassifier\Tokenizer\Word

A Camspiers\StatisticalClassifier\Tokenizer\Word instance.

getDefaultParameters()

getDefaultParameters() : array

Gets the default parameters.

Returns

array —

An array of the default parameters