Skip to content

Commit 243b457

Browse files
committed
Update README.pod.
1 parent 63a3e76 commit 243b457

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.pod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Algorithm::LibLinear - A Perl binding for LIBLINEAR, a library for classificatio
3838

3939
Algorithm::LibLinear is an XS module that provides features of LIBLINEAR, a fast C library for classification and regression.
4040

41-
Current version is based on LIBLINEAR 2.45, released on August 11, 2022.
41+
Current version is based on LIBLINEAR 2.47, released on July 9, 2023.
4242

4343
=head1 METHODS
4444

@@ -124,7 +124,7 @@ For outlier detection:
124124

125125
=item weights
126126

127-
Weights adjust the cost parameter of different classes (C<-wi>.)
127+
Weights to adjust the cost parameter of different classes (C<-wi>.)
128128

129129
For example,
130130

@@ -189,7 +189,7 @@ L<Algorithm::SVM> - A Perl binding to LIBSVM.
189189

190190
=head2 Algorithm::LibLinear
191191

192-
Copyright (c) 2013-2022 Koichi SATO. All rights reserved.
192+
Copyright (c) 2013-2023 Koichi SATO. All rights reserved.
193193

194194
The MIT License (MIT)
195195

@@ -201,7 +201,7 @@ THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMP
201201

202202
=head2 LIBLINEAR
203203

204-
Copyright (c) 2007-2022 The LIBLINEAR Project.
204+
Copyright (c) 2007-2023 The LIBLINEAR Project.
205205
All rights reserved.
206206

207207
Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)