org.apache.spark.ml.classification
RandomForestClassifier 
            Companion class RandomForestClassifier
          
      object RandomForestClassifier extends DefaultParamsReadable[RandomForestClassifier] with Serializable
- Annotations
 - @Since( "1.4.0" )
 - Source
 - RandomForestClassifier.scala
 
- Alphabetic
 - By Inheritance
 
- RandomForestClassifier
 - Serializable
 - Serializable
 - DefaultParamsReadable
 - MLReadable
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - All
 
Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... ) @native()
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        finalize(): Unit
      
      
      
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws( classOf[java.lang.Throwable] )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        load(path: String): RandomForestClassifier
      
      
      
Reads an ML instance from the input path, a shortcut of
read.load(path).Reads an ML instance from the input path, a shortcut of
read.load(path).- Definition Classes
 - RandomForestClassifier → MLReadable
 - Annotations
 - @Since( "2.0.0" )
 - Note
 Implementing classes should override this to be Java-friendly.
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        read: MLReader[RandomForestClassifier]
      
      
      
Returns an
MLReaderinstance for this class.Returns an
MLReaderinstance for this class.- Definition Classes
 - DefaultParamsReadable → MLReadable
 
 - 
      
      
      
        
      
    
      
        final 
        val
      
      
        supportedFeatureSubsetStrategies: Array[String]
      
      
      
Accessor for supported featureSubsetStrategy settings: auto, all, onethird, sqrt, log2
Accessor for supported featureSubsetStrategy settings: auto, all, onethird, sqrt, log2
- Annotations
 - @Since( "1.4.0" )
 
 - 
      
      
      
        
      
    
      
        final 
        val
      
      
        supportedImpurities: Array[String]
      
      
      
Accessor for supported impurity settings: entropy, gini
Accessor for supported impurity settings: entropy, gini
- Annotations
 - @Since( "1.4.0" )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... ) @native()