Borrar filtros
Borrar filtros

Can I set read only property 'CutPoint' of classification tree?

2 visualizaciones (últimos 30 días)
KJVKU999
KJVKU999 el 16 de Nov. de 2015
Comentada: KJVKU999 el 16 de Nov. de 2015
One of the properties of Classification Tree is: CutPoint
Although it's read-only, I need to change it's value. is it possible? I am sure that there must be a way to change the read-only attribute to writable and then revert back to read-only attribute.

Respuestas (1)

Walter Roberson
Walter Roberson el 16 de Nov. de 2015
You need to update the values stored in the tree, and the CutPoints will be automatically updated.
  1 comentario
KJVKU999
KJVKU999 el 16 de Nov. de 2015
I just need to manually change one element of cut point matrix. I don't have more data to update values stored in tree

Iniciar sesión para comentar.

Categorías

Más información sobre Get Started with Statistics and Machine Learning Toolbox en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by