object KNN_ClassifierTest4 extends App
The KNN_ClassifierTest4
object is used to test the KNN_Classifier
class.
It uses the Iris dataset where the classification/response 'y' is imbalanced
and downsampling is used to balance the classification.
> runMain scalation.analytics.classifier.KNN_ClassifierTest4
- Alphabetic
- By Inheritance
- KNN_ClassifierTest4
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val idx: Array[Int]
- val knn: KNN_Classifier
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val x_: MatrixD
- val y_: VectorI
- val yp: VectoI
Deprecated Value Members
-
def
delayedInit(body: ⇒ Unit): Unit
- Definition Classes
- App → DelayedInit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) the delayedInit mechanism will disappear