package orandforest
-
orandforest
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
module Make
(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