Complete proposal with only discretizing numeric features
This commit is contained in:
@@ -36,6 +36,7 @@ namespace bayesnet {
|
||||
className = className_;
|
||||
states = iterativeLocalDiscretization(y, static_cast<SPODE*>(this), dataset, features, className, states_, smoothing);
|
||||
SPODE::fit(dataset, features, className, states, smoothing);
|
||||
fitted = true;
|
||||
return *this;
|
||||
}
|
||||
torch::Tensor SPODELd::predict(torch::Tensor& X)
|
||||
|
Reference in New Issue
Block a user