Package pyliblinear :: Module _liblinear
[frames] | no frames]

Module _liblinear

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

Classes
  FeatureMatrix
FeatureMatrix
  Model
Model()
  Solver
Solver container
Variables
  SOLVER_TYPES = {'L1R_L2LOSS_SVC': 5, 'L1R_LR': 6, 'L2R_L1LOSS_...
  __license__ = u'Apache License, Version 2.0'
  __package__ = None
Variables Details

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,
...

__license__

Value:
u'Apache License, Version 2.0'

__package__

Value:
None