module ORandForest: sig
.. end
Oc45.S.data
module type S = sig
.. end
module Make: functor (
X
:
Oc45.S
) ->
S
with type c45_data = X.data
and type c45_category = X.category
and type c45_trainSet = X.trainSet
module IntRandForest: S
with type c45_data = Oc45.IntOc45.data
and type c45_category = Oc45.IntOc45.category
and type c45_trainSet = Oc45.IntOc45.trainSet
module FloatRandForest: S
with type c45_data = Oc45.FloatOc45.data
and type c45_category = Oc45.FloatOc45.category
and type c45_trainSet = Oc45.FloatOc45.trainSet