Zaktualizuj 'main.py'

This commit is contained in:
Jakub Chmielecki 2023-05-22 15:46:58 +02:00
parent 9715493351
commit c0c5d3adcd

View File

@ -20,10 +20,10 @@ examples = [
attributes = ['typ_gleby', 'wilgotność', 'zawartość_składników', 'kolor'] attributes = ['typ_gleby', 'wilgotność', 'zawartość_składników', 'kolor']
# Tworzenie obiektu TreeLearn i nauka drzewa decyzyjnego # Tworzenie obiektu TreeLearn i nauka drzewa decyzyjnego
tree_learner = TreeLearn() # tree_learner = TreeLearn()
default_class = 'nieznane' # default_class = 'nieznane'
tree_learner.train(examples, attributes, default_class) # tree_learner.train(examples, attributes, default_class)
class TreeLearn: class TreeLearn:
def __init__(self): def __init__(self):