diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-06 17:53:34 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-06 17:53:34 +0000 |
| commit | df6594ab6523d68693d8da9eeddd993fbbb566bb (patch) | |
| tree | ef6462270102178c5849f885bee8d0031d5e6c33 /gensvm | |
| parent | Add release target to makefile (diff) | |
| download | pygensvm-df6594ab6523d68693d8da9eeddd993fbbb566bb.tar.gz pygensvm-df6594ab6523d68693d8da9eeddd993fbbb566bb.zip | |
Documentation fixes
Diffstat (limited to 'gensvm')
| -rw-r--r-- | gensvm/core.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gensvm/core.py b/gensvm/core.py index 169a30c..837df67 100644 --- a/gensvm/core.py +++ b/gensvm/core.py @@ -280,13 +280,13 @@ class GenSVM(BaseEstimator, ClassifierMixin): <.GenSVM.combined_coef_>` attribute of a different GenSVM model. This is only supported for the linear kernel. - NOTE: the size of the seed_V matrix is `n_features+1` by `n_classes - - 1`. The number of columns of `seed_V` is leading for the number - of classes in the model. For example, if `y` contains 3 different - classes and `seed_V` has 3 columns, we assume that there are - actually 4 classes in the problem but one class is just - represented in this training data. This can be useful for - problems were a certain class has only a few samples. + NOTE: the size of the seed_V matrix is `n_features+1` by `n_classes - 1`. + The number of columns of `seed_V` is leading for the number of + classes in the model. For example, if `y` contains 3 different + classes and `seed_V` has 3 columns, we assume that there are + actually 4 classes in the problem but one class is just represented + in this training data. This can be useful for problems were a + certain class has only a few samples. Returns ------- |
