Package pyliblinear
[frames] | no frames]

Package pyliblinear

source code

pyliblinear - a liblinear python API

pyliblinear - a liblinear python API


Copyright: Copyright 2015 André Malo or his licensors, as applicable

License:

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Author: André Malo

Submodules

Classes
  FeatureMatrix
FeatureMatrix
  Model
Model()
  Solver
Solver container
Variables
  __doc__ = __doc__.encode('ascii').decode('unicode_escape')
  SOLVER_TYPES = {'L1R_L2LOSS_SVC': 5, 'L1R_LR': 6, 'L2R_L1LOSS_...
  version = pyliblinear._version.Version('1.96.0', is_dev=True, ...
Version of the package
Variables Details

__doc__

Value:
__doc__.encode('ascii').decode('unicode_escape')

SOLVER_TYPES

Value:
{'L1R_L2LOSS_SVC': 5,
 'L1R_LR': 6,
 'L2R_L1LOSS_SVC_DUAL': 3,
 'L2R_L1LOSS_SVR_DUAL': 13,
 'L2R_L2LOSS_SVC': 2,
 'L2R_L2LOSS_SVC_DUAL': 1,
 'L2R_L2LOSS_SVR': 11,
 'L2R_L2LOSS_SVR_DUAL': 12,
...

version

Version of the package
Value:
pyliblinear._version.Version('1.96.0', is_dev=True, revision=4)