mirror of
https://github.com/Doctorado-ML/FImdlp.git
synced 2025-08-17 08:25:51 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
77b571af71
|
|||
ff7a91a7ec
|
|||
621c19d00c
|
|||
|
790da5cc60 |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -135,4 +135,5 @@ cmake-build-debug/**
|
||||
**/lcoverage/**
|
||||
**/x/*
|
||||
**/*.so
|
||||
**/CMakeFiles
|
||||
**/CMakeFiles
|
||||
wheelhouse
|
||||
|
@@ -1 +1,3 @@
|
||||
include src/cppmdlp/CPPFImdlp.h
|
||||
include src/cppmdlp/CPPFImdlp.h
|
||||
include src/cppmdlp/typesFImdlp.h
|
||||
include src/cppmdlp/Metrics.h
|
||||
|
@@ -3,7 +3,7 @@
|
||||
[](https://github.com/Doctorado-ML/FImdlp/actions/workflows/codeql.yml)
|
||||
[](https://www.codacy.com/gh/Doctorado-ML/FImdlp/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Doctorado-ML/FImdlp&utm_campaign=Badge_Grade)
|
||||
[](https://codecov.io/gh/Doctorado-ML/FImdlp)
|
||||
[](https://img.shields.io/pypi/v/FImdlp?color=g)
|
||||
[](https://pypi.org/project/FImdlp)
|
||||

|
||||
|
||||
Discretization algorithm based on the paper by Usama M. Fayyad and Keki B. Irani
|
||||
|
Submodule src/cppmdlp updated: 35c532bf1d...7b20bde428
@@ -11,7 +11,6 @@ cdef extern from "../cppmdlp/CPPFImdlp.h" namespace "mdlp":
|
||||
vector[precision_t] getCutPoints()
|
||||
string version()
|
||||
|
||||
|
||||
cdef class CFImdlp:
|
||||
cdef CPPFImdlp *thisptr
|
||||
def __cinit__(self, algorithm):
|
||||
@@ -25,4 +24,3 @@ cdef class CFImdlp:
|
||||
return self.thisptr.getCutPoints()
|
||||
def get_version(self):
|
||||
return self.thisptr.version()
|
||||
|
||||
|
Reference in New Issue
Block a user