Random forests (RF) are an ensemble learning method for classification and regression (Breiman, 2001). They use decision tree classifiers as the base learner, which can be represented using a flow-chart-like tree structure. Random forests operate by constructing a multitude of decision trees at training time and outputting the class that gets maximum number of votes from the forest. Each decision tree in the forest is formed a) by selecting at random from a small group of input variables to split on at each tree node and b) by estimating the best possible split based on these variables. Main advantages of RF method are i) they have faster runtimes and ii) they can deal with unbalanced and missing data. Objective of the study is to classify the CERES scene types using CERES radiances (TOA LW and SW) and ancillary variables with the help of RF method into clear and cloudy scenes without using any imager information. For this purposes we have used the CERES radiances and ancillary variables available from the CERES Single Scanner Footprint TOA/Surface Fluxes and Clouds (SSF) dataset for a single month (July) from 2003 and 2004. Input variables can be split in to two groups; CERES variables and ancillary variables. CERES variables used in the analysis are solar zenith angle (SZA), viewing zenith angle (VZA), relative azimuth angle (RAZ), CERES LW and SW broadband radiances and IGBP surface type. Ancillary variables used in the analysis are LW surface emissivity, broadband surface albedo, surface skin temperature, column averaged relative humidity, surface wind speed and precipitable water. Our primary goal was to test the efficiency of RF method in classifying the CERES radiances in to clear and cloudy classes. For this purpose, a training and test dataset is developed using the multi-year SSF data. A typical monthly CERES SSF dataset contains millions of CERES footprints spread all over the globe and are very difficult to process simultaneously. In order to create more compact training and test dataset, the SSF dataset is stratified in the variable of interest (SZA, VZA, RAZ, cloud fraction, etc.) and corresponding mean values are used in the analysis. The training dataset is classified in to clear and cloudy classes and labeled while the test dataset is unlabelled. Using the Random forest algorithm and training dataset, a trained forest of decision trees are built and saved. Using this trained forest algorithm, the test dataset is classified in to clear and cloudy classes belonging to various surface types. RF classification of CERES scene types in to clear and cloudy classes show very good results with average classification error being < 5% for most of the surface types. The classification error shows considerable increase (> 10%) for most surface types when ancillary variables are removed and only CERES variables alone are used (ERBE like approach). This study shows that using Random forest method, it is possible to successfully classify the CERES scene type into clear and cloudy scenes without using any imager information.