Fixed
This commit is contained in:
parent
b5fd35eb8c
commit
60f168d028
@ -41,7 +41,6 @@ Dane testowe jest tworzone losowo w funkcji:
|
|||||||
#### Drzewo:
|
#### Drzewo:
|
||||||
|
|
||||||
Klasy:
|
Klasy:
|
||||||
Klasa Question
|
|
||||||
##### Question
|
##### Question
|
||||||
class Queestion:
|
class Queestion:
|
||||||
def __init__(self, col, value):
|
def __init__(self, col, value):
|
||||||
@ -53,7 +52,7 @@ Klasa Question
|
|||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
#just to print
|
#just to print
|
||||||
Klasa Node
|
|
||||||
##### Node
|
##### Node
|
||||||
class Decision_Node():
|
class Decision_Node():
|
||||||
#contain the question and child nodes
|
#contain the question and child nodes
|
||||||
|
Loading…
Reference in New Issue
Block a user