Complete proposal with only discretizing numeric features
This commit is contained in:
@@ -61,6 +61,7 @@ namespace bayesnet {
|
||||
std::vector<std::string>& notes; // Notes during fit from BaseClassifier
|
||||
torch::Tensor& pDataset; // (n+1)xm tensor
|
||||
std::vector<std::string>& pFeatures;
|
||||
std::vector<bool> wasNumeric;
|
||||
std::string& pClassName;
|
||||
enum class discretization_t {
|
||||
MDLP,
|
||||
|
Reference in New Issue
Block a user