CodPy
Library Reference:
Installation Guide
Documentation:
Kernel class
Core functionalities
Examples:
Examples Gallery
CodPy
General algorithms
View page source
General algorithms
class
codpy.algs.
alg
[source]
Bases:
object
Pi
(
z
,
fz
=
[]
,
nmax
=
10
,
rescale
=
False
,
**
kwargs
)
[source]
HybridGreedyNystroem
(
fx
,
tol
=
1e-05
,
N
=
0
,
n_batch
=
10
,
error_type
=
'classifier'
,
start_indices
=
[]
,
**
kwargs
)
[source]
add
(
Knm_inv
,
x
,
y
)
[source]
greedy_algorithm
(
N
,
start_indices
=
{}
,
**
kwargs
)
[source]